|  | 
| ModelMover(ManualInputEventsManager, Vector3, Vector3, Vector3, Single, Single, Single) Constructor | 
            Initializes a new instance of the 
ModelMover class with providing custom axes.
            
 Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic ModelMover(
	ManualInputEventsManager inputEventsManager,
	Vector3 xAxisVector,
	Vector3 yAxisVector,
	Vector3 zAxisVector,
	float axisLength = 50f,
	float axisRadius = 2f,
	float axisArrowRadius = 6f
)
Parameters
- inputEventsManager  ManualInputEventsManager
- InputEventsManager that is used to subscribe to pointer or mouse events
- xAxisVector  Vector3
- Direction of x axis
- yAxisVector  Vector3
- Direction of y axis
- zAxisVector  Vector3
- Direction of z axis
- axisLength  Single  (Optional)
- length of axes
- axisRadius  Single  (Optional)
- radius of axes
- axisArrowRadius  Single  (Optional)
- radius of axis arrows
 See Also
See Also