C# Class AutoAsparagus.ASPStaging

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: henrybauer/AutoAsparagus Class Usage Examples

Public Methods

Method 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

Method Description
setPartStage ( Part p, int stage ) : void
stageChildren ( Part p, int stage ) : void

Method Details

AddEmptyStages() public static method

public static AddEmptyStages ( ) : void
return void

AsaparagusTheShip() public static method

public static AsaparagusTheShip ( string partName ) : void
partName string
return void

StageLaunchClamps() public static method

public static StageLaunchClamps ( int launchClampsStage ) : void
launchClampsStage int
return void

findFuelTanks() public static method

public static findFuelTanks ( List parts ) : List
parts List
return List

isConnectableFuelTank() public static method

public static isConnectableFuelTank ( Part p ) : bool
p Part
return bool

isDecoupler() public static method

public static isDecoupler ( Part p ) : bool
p Part
return bool

isFuelTank() public static method

public static isFuelTank ( Part p ) : bool
p Part
return bool

stageChain() public static method

public static stageChain ( List chain ) : void
chain List
return void