Photon Quantum 3.0.0

Public Attributes | Static Public Attributes | List of all members
Quantum.QuantumGizmoStyle Struct Reference

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...
 

Detailed Description

The style of the gizmo.

Member Data Documentation

◆ FillDisabled

QuantumGizmoStyle Quantum.QuantumGizmoStyle.FillDisabled => new QuantumGizmoStyle() { DisableFill = true }
static

The default gizmo style.

◆ DisableFill

bool Quantum.QuantumGizmoStyle.DisableFill

If true, the gizmo will be filled.

◆ IsFillEnabled

bool Quantum.QuantumGizmoStyle.IsFillEnabled => !DisableFill

Returns true if the gizmo fill is enabled.

◆ IsWireframeEnabled

bool Quantum.QuantumGizmoStyle.IsWireframeEnabled => true

Returns true if the gizmo wireframe is enabled.