[Missing <summary> documentation for "E:BrydenWoodUnity.GeometryManipulation.PolygonVertex.moved"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static event VertexMoved moved
Public Shared Event moved As VertexMoved
public:
static event VertexMoved^ moved {
void add (VertexMoved^ value);
void remove (VertexMoved^ value);
}
member moved : IEvent<VertexMoved,
EventArgs>
Value
Type:
BrydenWoodUnity.GeometryManipulationVertexMoved
See Also