GeometryVertex Class |
Namespace: BrydenWoodUnity.GeometryManipulation
The GeometryVertex type exposes the following members.
| Name | Description | |
|---|---|---|
| GeometryVertex | Initializes a new instance of the GeometryVertex class |
| Name | Description | |
|---|---|---|
| cpui |
The UI element which controls this vertex
| |
| currentLocalPosition |
The current local position of the vertex
| |
| currentPosition |
The current world position of the Vertex
| |
| group |
The group of vertices to be controlled together with this
| |
| groupDiffs |
The initial deltas between this vertex and its group
| |
| index |
The index of this vertex
| |
| initialPosition |
The initial world position of the vertex component
|
| Name | Description | |
|---|---|---|
| DestroyVertex | ||
| Initialize | ||
| OnMoved | ||
| OnMoved(Object) |
Called when the vertex is being moved in order to trigger the corresponding event
| |
| RemoveGUIElement | ||
| SetGroup | ||
| SetGUIElement | ||
| SetLocalPosition | ||
| SetPosition | ||
| UpdatePosition | ||
| UpdatePosition(Vector3) |
| Name | Description | |
|---|---|---|
| destroyed | ||
| moved | ||
| vertexMoved |
Triggered when the vertex has been moved
|
| Name | Description | |
|---|---|---|
| snapThreshold |
The distance threshold for snapping to other vertices
|