EditableMeshstoppedMoving Event |
[Missing <summary> documentation for "E:BrydenWoodUnity.GeometryManipulation.EditableMesh.stoppedMoving"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic event EditableMeshMeshUpdated stoppedMoving
Public Event stoppedMoving As EditableMeshMeshUpdated
public:
event EditableMeshMeshUpdated^ stoppedMoving {
void add (EditableMeshMeshUpdated^ value);
void remove (EditableMeshMeshUpdated^ value);
}
member stoppedMoving : IEvent<EditableMeshMeshUpdated,
EventArgs>
Value
Type:
BrydenWoodUnity.GeometryManipulationEditableMeshMeshUpdated
See Also