GizmoComponent
in package
Table of Contents
Properties
- $aabbTranslateX : AABB
- AABB of the X translation gizmo
- $aabbTranslateY : AABB
- AABB of the Y translation gizmo
- $aabbTranslateZ : AABB
- AABB of the Z translation gizmo
- $scale : float
- The scale of the Gizmo
- $snapGrid : float
- The current snapping grid
Methods
- __construct() : mixed
- Constructor
Properties
$aabbTranslateX
AABB of the X translation gizmo
public
AABB
$aabbTranslateX
$aabbTranslateY
AABB of the Y translation gizmo
public
AABB
$aabbTranslateY
$aabbTranslateZ
AABB of the Z translation gizmo
public
AABB
$aabbTranslateZ
$scale
The scale of the Gizmo
public
float
$scale
= 1.0
$snapGrid
The current snapping grid
public
float
$snapGrid
= 0.0
Methods
__construct()
Constructor
public
__construct() : mixed