|  | 
| ModelScalar(ManualInputEventsManager, Vector3, Vector3, Vector3) Constructor | 
            Initializes a new instance of the 
ModelScalar class with providing custom axes.
            
 Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic ModelScalar(
	ManualInputEventsManager inputEventsManager,
	Vector3 xAxisVector,
	Vector3 yAxisVector,
	Vector3 zAxisVector
)
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
 See Also
See Also