C# Class AutoAsparagus.ASPStaging

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: henrybauer/AutoAsparagus Class Usage Examples

Méthodes publiques

Méthode Description
AddEmptyStages ( ) : void
AsaparagusTheShip ( string partName ) : void
StageLaunchClamps ( int launchClampsStage ) : void
findFuelTanks ( List parts ) : List
isConnectableFuelTank ( Part p ) : bool
isDecoupler ( Part p ) : bool
isFuelTank ( Part p ) : bool
stageChain ( List chain ) : void

Private Methods

Méthode Description
setPartStage ( Part p, int stage ) : void
stageChildren ( Part p, int stage ) : void

Method Details

AddEmptyStages() public static méthode

public static AddEmptyStages ( ) : void
Résultat void

AsaparagusTheShip() public static méthode

public static AsaparagusTheShip ( string partName ) : void
partName string
Résultat void

StageLaunchClamps() public static méthode

public static StageLaunchClamps ( int launchClampsStage ) : void
launchClampsStage int
Résultat void

findFuelTanks() public static méthode

public static findFuelTanks ( List parts ) : List
parts List
Résultat List

isConnectableFuelTank() public static méthode

public static isConnectableFuelTank ( Part p ) : bool
p Part
Résultat bool

isDecoupler() public static méthode

public static isDecoupler ( Part p ) : bool
p Part
Résultat bool

isFuelTank() public static méthode

public static isFuelTank ( Part p ) : bool
p Part
Résultat bool

stageChain() public static méthode

public static stageChain ( List chain ) : void
chain List
Résultat void