GeometryVertexcurrentLocalPosition Property |
The current local position of the vertex
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Vector3 currentLocalPosition { get; set; }
Public Property currentLocalPosition As Vector3
Get
Set
public:
property Vector3 currentLocalPosition {
Vector3 get ();
void set (Vector3 value);
}
member currentLocalPosition : Vector3 with get, set
Property Value
Type:
Vector3
See Also