Click or drag to resize
Ab4d.SharpEngine logo

ModelMover Properties

The ModelMover type exposes the following members.

Properties
 NameDescription
Public propertyCustomRenderingLayer Gets or sets a custom RenderingLayer that will be used by all ModelNodes in this ModelMover. For example, this is usually set to OverlayRenderingLayer.
Public propertyIsAutomaticallyMoved Gets or sets a Boolean that specifies if this ModelMover is automatically moved when user moves it around. It is possible to prevent individual moves by setting PreventMove in ModelMovedEventArgs to true. Default value is true.
Public propertyIsEnabled Gets or sets a Boolean that specifies if this ModelMover is enabled. When disabled, then also the Visibility of ModelMoverGroupNode is set to Hidden.
Public propertyIsXAxisShown Gets or sets a Boolean that specifies if the X axis is shown. Default value is true.
Public propertyIsYAxisShown Gets or sets a Boolean that specifies if the Y axis is shown. Default value is true.
Public propertyIsZAxisShown Gets or sets a Boolean that specifies if the Z axis is shown. Default value is true.
Public propertyModelMoverGroupNode Gets the GroupNode that can be added to the Scene and represents the 3D models that form the ModelMover.
Public propertyMoveButtons Gets or sets button(s) that need to be pressed to start moving this ModelMover. Default value is left mouse button.
Public propertyMoveVector Gets the Vector3 that specifies the amount of move that was performed by the user.
Public propertyPosition Gets or sets Vector3 that specifies the position of the ModelMover axis origin.
Public propertySelectedMaterial Gets or sets a Material that is used when pointer is over the arrow. If set to null, the arrow material is not changed. Default value is StandardMaterials.Yellow.
Public propertyShowMovablePlanes Gets or sets boolean that specifies if planes that allow moving object on a plane are visible. Default value is true.
Public propertyXAxisColor Gets or sets the color of X axis.
Public propertyXAxisVector XAxisVector
Public propertyYAxisColor Gets or sets the color of Y axis.
Public propertyYAxisVector YAxisVector
Public propertyZAxisColor Gets or sets the color of Z axis.
Public propertyZAxisVector ZAxisVector
Top
See Also