Click or drag to resize

MeshVertex Class

A Mesh Vertex Unity component
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          BrydenWoodUnity.GeometryManipulationMeshVertex

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

The MeshVertex type exposes the following members.

Constructors
  NameDescription
Public methodMeshVertex
Initializes a new instance of the MeshVertex class
Top
Properties
  NameDescription
Public propertycpui
Public propertycurrentLocalPosition
Public propertycurrentPosition
The current position of the polygon Vertex
Public propertyindex
The index of this vertex
Public propertyinitialPosition
The initial position of the vertex component
Top
Methods
  NameDescription
Public methodInitialize
Public methodOnMoved
Public methodOnMoved(Object)
Called when the vertex is being moved in order to trigger the corresponding event
Public methodSetGUIElement
Sets the GUI element to be used for moving the vertex
Public methodSetPosition
Public methodUpdatePosition
Top
Events
  NameDescription
Public eventStatic membermoved
Public eventvertexMoved
Triggered when the vertex has been moved
Top
Fields
  NameDescription
Public fieldsnapThreshold
Top
See Also