C# Class SSTUTools.SSTUFieldManipulator

Inheritance: PartModule
Afficher le fichier Open project: shadowmage45/SSTULabs

Méthodes publiques

Méthode 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

Méthode Description
loadConfigs ( ) : void

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

updateConfigs ( List fieldDatas ) : void

Method Details

FixedUpdate() public méthode

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

LateUpdate() public méthode

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

Start() public méthode

Loads configs and does initial pass on updating values
public Start ( ) : void
Résultat void

Update() public méthode

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