Component Editor
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Constructor | Color | component | arrowgizmo |
| DrawOnTop | ringgizmo | ||
| HoverColor | squaregizmo | ||
| MouseInput | |||
| PickingPriority | |||
| UseParentAsViewScaleOrigin | |||
| ViewScaled |
Properties
Color : real4
Display colors.
var Color : Real4
DrawOnTop : boolean
Whether or not to draw on top of all objects regardless of depth.
var DrawOnTop : Boolean
HoverColor : real4
var HoverColor : Real4
MouseInput : boolean
Whether or not this Gizmo should receive mouse input.
var MouseInput : Boolean
PickingPriority : integer
Used to manually determine which Gizmo gets selected when the mouse is over multiple Gizmos. Higher priority will get picked first.
var PickingPriority : Integer
UseParentAsViewScaleOrigin : boolean
If enabled, the gizmo will scale around it's parent.
var UseParentAsViewScaleOrigin : Boolean
ViewScaled : boolean
If enabled, the size of the gizmo will stay the same regardless of how far away the camera is.
var ViewScaled : Boolean
Methods
SimpleGizmoBase : Void
constructor
Constructor. |Name|Type|Description| |---|---|---|
function SimpleGizmoBase()