C# 클래스 SSTUTools.SSTUFieldManipulator

상속: PartModule
파일 보기 프로젝트 열기: shadowmage45/SSTULabs

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
loadConfigs ( ) : void

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

updateConfigs ( List fieldDatas ) : void

메소드 상세

FixedUpdate() 공개 메소드

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

LateUpdate() 공개 메소드

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

Start() 공개 메소드

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

Update() 공개 메소드

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