Click or drag to resize

PolygonVertex Class

A Polygon Vertex Unity component
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          BrydenWoodUnity.GeometryManipulationPolygonVertex

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

The PolygonVertex type exposes the following members.

Constructors
  NameDescription
Public methodPolygonVertex
Initializes a new instance of the PolygonVertex 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
Public propertypolygon
Public propertypolygons
Public propertyvertexManager
Top
Methods
Events
  NameDescription
Public eventStatic membermoved
Public eventvertexMoved
Triggered when the vertex has been moved
Top
Fields
  NameDescription
Public fieldsnapThreshold
Top
See Also