The style of the gizmo. More...
Public Attributes | |
bool | DisableFill |
If true, the gizmo will be filled. More... | |
bool | IsFillEnabled => !DisableFill |
Returns true if the gizmo fill is enabled. More... | |
bool | IsWireframeEnabled => true |
Returns true if the gizmo wireframe is enabled. More... | |
Static Public Attributes | |
static QuantumGizmoStyle | FillDisabled => new QuantumGizmoStyle() { DisableFill = true } |
The default gizmo style. More... | |
The style of the gizmo.
|
static |
The default gizmo style.
bool Quantum.QuantumGizmoStyle.DisableFill |
If true, the gizmo will be filled.
bool Quantum.QuantumGizmoStyle.IsFillEnabled => !DisableFill |
Returns true if the gizmo fill is enabled.
bool Quantum.QuantumGizmoStyle.IsWireframeEnabled => true |
Returns true if the gizmo wireframe is enabled.