Property | Type | Description | |
---|---|---|---|
defaultVariables | DefaultVariable[] |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Clear ( ) : void | ||
GetValue ( string variableName ) : Yarn.Value | ||
ResetToDefaults ( ) : void | ||
SetValue ( string variableName, Yarn value ) : void | ||
Update ( ) : void |
public GetValue ( string variableName ) : Yarn.Value | ||
variableName | string | |
return | Yarn.Value |
public SetValue ( string variableName, Yarn value ) : void | ||
variableName | string | |
value | Yarn | |
return | void |