Click or drag to resize
Ab4d.SharpEngine logo

ModelMovedEventArgs Properties

The ModelMovedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyMoveVector 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).
Public propertyPreventMove When PreventMove is set to true by the event handler, then the ModelMover is not automatically moved (when IsAutomaticallyMoved is not set to false).
Top
See Also