Quantum 3
3.0.9
Individual entry for specifically the joint section of the gizmo overlay. More...
Public Member Functions | |
| JointGizmoEntry (Color color, Color secondaryColor, Color warningColor) | |
| Create a new joint gizmo entry with the given colors. More... | |
Public Member Functions inherited from Quantum.QuantumGizmoEntry | |
| QuantumGizmoEntry (Color color) | |
| Create a new gizmo entry with the given color. More... | |
Public Attributes | |
| Color | SecondaryColor |
| The secondary color of the joint gizmo. More... | |
| Color | WarningColor |
| The warning color of the joint gizmo. More... | |
Public Attributes inherited from Quantum.QuantumGizmoEntry | |
| Color | Color |
| The main color of the gizmo. More... | |
| OptionalGizmoBool | DisableFill |
| Draw the gizmo without fill. Only available for gizmos that support fill. More... | |
| bool | Enabled |
| Is this gizmo enabled. More... | |
| Color | InactiveColor => Color.Desaturate() |
| The color of the gizmo when it is inactive. More... | |
| OptionalGizmoBool | OnlyDrawSelected |
| Only draw the gizmo when the object is selected. More... | |
| float | Scale |
| The scale of the gizmo. Only available for gizmos that support scaling. 0 means disabled. More... | |
| QuantumGizmoStyle | Style => DisableFill ? QuantumGizmoStyle.FillDisabled : default |
| The style of the gizmo. More... | |
| Color | TransparentColor => Color.Alpha(0.5f) |
| The transparent version of the gizmo color. More... | |
Individual entry for specifically the joint section of the gizmo overlay.
|
inline |
Create a new joint gizmo entry with the given colors.
| color | |
| secondaryColor | |
| warningColor |
| Color Quantum.JointGizmoEntry.SecondaryColor |
The secondary color of the joint gizmo.
| Color Quantum.JointGizmoEntry.WarningColor |
The warning color of the joint gizmo.