Method | Description | |
---|---|---|
FixedUpdate ( ) : void |
Updates any field datas that need updating on the FixedUpdate physics tick
|
|
LateUpdate ( ) : void |
Updates any field datas that need updating on the LateUpdate (post Update) tick
|
|
Start ( ) : void |
Loads configs and does initial pass on updating values
|
|
Update ( ) : void |
Updates any field datas that need updating on the Update GUI/render tick
|
Method | Description | |
---|---|---|
loadConfigs ( ) : void |
Loads the field manipulation configs from the configs for each specific module
|
|
updateConfigs ( List |