C# Class SSTUTools.SSTUFieldManipulator

Inheritance: PartModule
Datei anzeigen Open project: shadowmage45/SSTULabs

Public Methods

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

Private Methods

Method Description
loadConfigs ( ) : void

Loads the field manipulation configs from the configs for each specific module

updateConfigs ( List fieldDatas ) : void

Method Details

FixedUpdate() public method

Updates any field datas that need updating on the FixedUpdate physics tick
public FixedUpdate ( ) : void
return void

LateUpdate() public method

Updates any field datas that need updating on the LateUpdate (post Update) tick
public LateUpdate ( ) : void
return void

Start() public method

Loads configs and does initial pass on updating values
public Start ( ) : void
return void

Update() public method

Updates any field datas that need updating on the Update GUI/render tick
public Update ( ) : void
return void