|  | |
| Model | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class ModelMovedEventArgs : EventArgs
The ModelMovedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ModelMovedEventArgs | Constructor | 
 Properties
Properties| 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). | 
 See Also
See Also