Photon Quantum 3.0.0

Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Quantum.QuantumGameGizmosSettingsScriptableObject Class Reference

A scriptable object to store the Quantum game gizmos settings QuantumGameGizmosSettings. Global configs are marked with "QuantumDefaultGlobal" asset label and there should be only one instance of this asset tagged as such. More...

Inheritance diagram for Quantum.QuantumGameGizmosSettingsScriptableObject:
Quantum.QuantumScriptableObject

Public Member Functions

void OpenOverlay ()
 Open the overlay for the Quantum gizmos. More...
 

Public Attributes

QuantumGameGizmosSettings Settings
 The global and default settings for Quantum gizmos. More...
 

Static Public Attributes

const string DefaultPath = "Assets/QuantumUser/Editor/QuantumGameGizmosSettings.asset"
 The default location where the initial asset is being created. More...
 

Detailed Description

A scriptable object to store the Quantum game gizmos settings QuantumGameGizmosSettings. Global configs are marked with "QuantumDefaultGlobal" asset label and there should be only one instance of this asset tagged as such.

Member Function Documentation

◆ OpenOverlay()

void Quantum.QuantumGameGizmosSettingsScriptableObject.OpenOverlay ( )
inline

Open the overlay for the Quantum gizmos.

Member Data Documentation

◆ DefaultPath

const string Quantum.QuantumGameGizmosSettingsScriptableObject.DefaultPath = "Assets/QuantumUser/Editor/QuantumGameGizmosSettings.asset"
static

The default location where the initial asset is being created.

◆ Settings

QuantumGameGizmosSettings Quantum.QuantumGameGizmosSettingsScriptableObject.Settings

The global and default settings for Quantum gizmos.