C# Class RemoteTech.ModuleRemoteTechSPU

Inheritance: ModuleCommand
Afficher le fichier Open project: JDPKSP/RemoteTechLegacy

Méthodes publiques

Méthode Description
GetInfo ( ) : string
OnAwake ( ) : void
OnStart ( PartModule state ) : void
OnUpdate ( ) : void

Private Methods

Méthode Description
HideMenus ( ) : void
RTinterface ( BaseEventData data ) : void
ShowMenus ( ) : void
UPDRTmenuBool ( ) : void
UpdateRn ( ) : void

Method Details

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

OnAwake() public méthode

public OnAwake ( ) : void
Résultat void

OnStart() public méthode

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

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void