C# Class Engineer.TapeDriveAnimator

Inheritance: PartModule
Afficher le fichier Open project: CYBUTEK/Engineer Class Usage Examples

Méthodes publiques

Méthode Description
OnStart ( StartState state ) : void
OnUpdate ( ) : void
Update ( ) : void

Private Methods

Méthode Description
InitialiseLights ( ) : void
InitialiseReels ( ) : void
OnEditorAttach ( ) : void
OnEditorDetach ( ) : void
StartBakedAnimation ( ) : void
StopBakedAnimation ( ) : void
UpdateLightTransform ( Transform lights, Shader on, Shader off, float targetSpeed ) : void
UpdateLights ( ) : void
UpdateReels ( ) : void
UpdateSpeed ( ) : void
UpdateTimerCycle ( ) : void

Method Details

OnStart() public méthode

public OnStart ( StartState state ) : void
state StartState
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void