Photon Fusion 2.0.3

Public Member Functions | Properties | List of all members
FusionGlobalScriptableObjectAttribute Class Reference

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

Inherits Attribute.

Public Member Functions

 FusionGlobalScriptableObjectAttribute (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

◆ FusionGlobalScriptableObjectAttribute()

FusionGlobalScriptableObjectAttribute ( string  defaultPath)

Creates a new instance.

Parameters
defaultPathThe default path for the asset.

Property Documentation

◆ DefaultContents

string DefaultContents
getset

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

◆ DefaultContentsGeneratorMethod

string DefaultContentsGeneratorMethod
getset

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

◆ DefaultPath

string DefaultPath
get

The default path for the asset.