Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Quantum.QuantumGlobalScriptableObjectAttribute Class Reference

Provides additional information for a global scriptable object. More...

Inherits Attribute.

Public Member Functions

 QuantumGlobalScriptableObjectAttribute (string defaultPath)
 Creates a new instance. More...
 

Properties

string DefaultContents [get, set]
 The default contents for the asset, if it is a TextAsset. More...
 
string DefaultContentsGeneratorMethod [get, set]
 Name of the method that is used to generate the default contents for the asset. More...
 
string DefaultPath [get]
 The default path for the asset. More...
 

Detailed Description

Provides additional information for a global scriptable object.

Constructor & Destructor Documentation

◆ QuantumGlobalScriptableObjectAttribute()

Quantum.QuantumGlobalScriptableObjectAttribute.QuantumGlobalScriptableObjectAttribute ( string  defaultPath)
inline

Creates a new instance.

Parameters
defaultPathThe default path for the asset.

Property Documentation

◆ DefaultPath

string Quantum.QuantumGlobalScriptableObjectAttribute.DefaultPath
get

The default path for the asset.

◆ DefaultContents

string Quantum.QuantumGlobalScriptableObjectAttribute.DefaultContents
getset

The default contents for the asset, if it is a TextAsset.

◆ DefaultContentsGeneratorMethod

string Quantum.QuantumGlobalScriptableObjectAttribute.DefaultContentsGeneratorMethod
getset

Name of the method that is used to generate the default contents for the asset.