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