Click or drag to resize
Ab4d.SharpEngine logo

ModelMovedEventArgs Class

ModelMovedEventArgs contains MoveVector and is used by ModelMover.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab4d.SharpEngine.CommonModelMovedEventArgs

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public class ModelMovedEventArgs : EventArgs

The ModelMovedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodModelMovedEventArgs Constructor
Top
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