Photon Fusion 2.1.1

FusionGlobalScriptableObjectAttribute Class Reference

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

Public Member Functions

 FusionGlobalScriptableObjectAttribute (string defaultPath)
 Creates a new instance.

Properties

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

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.