C# Class kOS.AddOns.InfernalRobotics.IRControlGroupWrapper

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
GetServos ( ) : kOS.Suffixed.ListValue
GetVessel ( ) : VesselTarget
IRControlGroupWrapper ( IRWrapper init, SharedObjects shared ) : System.Collections.Generic
MoveCenter ( ) : void
MoveLeft ( ) : void
MoveNextPreset ( ) : void
MovePrevPreset ( ) : void
MoveRight ( ) : void
Stop ( ) : void
ThrowIfNotCPUVessel ( ) : void

Private Methods

Méthode Description
InitializeSuffixes ( ) : void

Method Details

GetServos() public méthode

public GetServos ( ) : kOS.Suffixed.ListValue
Résultat kOS.Suffixed.ListValue

GetVessel() public méthode

public GetVessel ( ) : VesselTarget
Résultat kOS.Suffixed.VesselTarget

IRControlGroupWrapper() public méthode

public IRControlGroupWrapper ( IRWrapper init, SharedObjects shared ) : System.Collections.Generic
init IRWrapper
shared SharedObjects
Résultat System.Collections.Generic

MoveCenter() public méthode

public MoveCenter ( ) : void
Résultat void

MoveLeft() public méthode

public MoveLeft ( ) : void
Résultat void

MoveNextPreset() public méthode

public MoveNextPreset ( ) : void
Résultat void

MovePrevPreset() public méthode

public MovePrevPreset ( ) : void
Résultat void

MoveRight() public méthode

public MoveRight ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ThrowIfNotCPUVessel() public méthode

public ThrowIfNotCPUVessel ( ) : void
Résultat void