Model |
public class ModelMovedEventArgs : EventArgs
The ModelMovedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ModelMovedEventArgs | Constructor |
Name | Description | |
---|---|---|
MoveVector | Gets a Vector3 that specifies the amount of move. This value can be changed to provide a custom offset when the ModelMover is not automatically moved (when IsAutomaticallyMoved is not set to false). | |
PreventMove | When PreventMove is set to true by the event handler, then the ModelMover is not automatically moved (when IsAutomaticallyMoved is not set to false). |