[Missing <summary> documentation for "T:BrydenWoodUnity.GeometryManipulation.VertexMoved"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic delegate void VertexMoved(
PolygonVertex polygonVertex
)
Public Delegate Sub VertexMoved (
polygonVertex As PolygonVertex
)
public delegate void VertexMoved(
PolygonVertex^ polygonVertex
)
type VertexMoved =
delegate of
polygonVertex : PolygonVertex -> unit
Parameters
- polygonVertex
- Type: BrydenWoodUnity.GeometryManipulationPolygonVertex
See Also