Click or drag to resize

GeometryVertex Class

A editable-geometry vertex Unity component
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          BrydenWoodUnity.GeometryManipulationGeometryVertex
            BrydenWoodUnity.GeometryManipulationMeshVertex
            BrydenWoodUnity.GeometryManipulationPolygonVertex

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class GeometryVertex : MonoBehaviour

The GeometryVertex type exposes the following members.

Constructors
  NameDescription
Public methodGeometryVertex
Initializes a new instance of the GeometryVertex class
Top
Properties
  NameDescription
Public propertycpui
The UI element which controls this vertex
Public propertycurrentLocalPosition
The current local position of the vertex
Public propertycurrentPosition
The current world position of the Vertex
Public propertygroup
The group of vertices to be controlled together with this
Public propertygroupDiffs
The initial deltas between this vertex and its group
Public propertyindex
The index of this vertex
Public propertyinitialPosition
The initial world position of the vertex component
Top
Methods
Events
  NameDescription
Public eventStatic memberdestroyed
Public eventStatic membermoved
Public eventvertexMoved
Triggered when the vertex has been moved
Top
Fields
  NameDescription
Public fieldsnapThreshold
The distance threshold for snapping to other vertices
Top
See Also