-
Notifications
You must be signed in to change notification settings - Fork 0
Common Properties
Jon McCreadie edited this page Oct 26, 2024
·
6 revisions
These properties are shared by either all or nearly all gizmos.
| Type | Property |
Result |
|---|---|---|
| enum | Gizmo Type |
The type of gizmo to be drawn. |
| bool | Draw On Select Only |
if true, gizmo will only be drawn when its game object is selected by the inspector. |
| Transform | Origin Transform |
Gizmo will be controlled by applicable settings on the referenced transform. |
| Vector3 | Origin Pos |
Only visible if nothing is referenced as the Origin Transform. Directly set the gizmos origin position. |
| Color | Gizmo Color |
Sets the color of the gizmo. |