C# Class ExampleVariableStorage, YarnSpinner

Inheritance: Yarn.Unity.VariableStorageBehaviour
Afficher le fichier Open project: thesecretlab/YarnSpinner Class Usage Examples

Méthodes publiques

Свойство Type Description
defaultVariables DefaultVariable[]

Méthodes publiques

Méthode Description
Awake ( ) : void
Clear ( ) : void
GetValue ( string variableName ) : Yarn.Value
ResetToDefaults ( ) : void
SetValue ( string variableName, Yarn value ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string variableName ) : Yarn.Value
variableName string
Résultat Yarn.Value

ResetToDefaults() public méthode

public ResetToDefaults ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( string variableName, Yarn value ) : void
variableName string
value Yarn
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

defaultVariables public_oe property

public DefaultVariable[] defaultVariables
Résultat DefaultVariable[]