Variables
class
Variables
Constructors
constructor
Parameters
-
scene : Scene unknown
Methods
get
Get variable signal if exists or create signal if not
Type Parameters
Parameters
-
name : stringThe name of the variable.
-
initial : TThe initial value of the variable. It will be used if thevariable was not configured from the outside.
handleReset
public
handleReset
():
void
Reset all stored signals.
updateSignals
public
updateSignals
variables
:
Record
string
unknown
:
void
Update all signals with new project variable values.
Parameters
-
variables : Record string unknown