C# Class AutoAsparagus.AutoAsparagus

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

Public Properties

Property Type Description
SmartStageAvailable bool
badDestTank Part
badStartTank Part
blockingTanks List
launchClampsStage int
mystate ASPState
partToUseIndex int
partsWeCanUse List
rainbow bool
stageLaunchClamps bool
stageParachutes bool
stagesepratrons bool
tanks List
textureIndex int
useBlizzy bool
useSmartStage bool
vizualize bool

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
appOnFalse ( ) : void
appOnTrue ( ) : void
doNothing ( ) : void
osd ( string message ) : void
setupAppButton ( ) : void

Private Methods

Method Description
AutoAsparagus ( ) : System
OnDestroy ( ) : void
OnGUI ( ) : void
OnWindow ( int windowID ) : void
clampToScreen ( Rect rect ) : Rect
loadTexture ( string path ) : Texture2D
newReloadShip ( ) : void
onCraftChange ( ShipConstruct craft ) : void
partResearched ( AvailablePart ap ) : bool
researchedFuelLines ( ) : bool
setStyles ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

appOnFalse() public method

public appOnFalse ( ) : void
return void

appOnTrue() public method

public appOnTrue ( ) : void
return void

doNothing() public method

public doNothing ( ) : void
return void

osd() public static method

public static osd ( string message ) : void
message string
return void

setupAppButton() public method

public setupAppButton ( ) : void
return void

Property Details

SmartStageAvailable public static property

public static bool SmartStageAvailable
return bool

badDestTank public static property

public static Part badDestTank
return Part

badStartTank public static property

public static Part badStartTank
return Part

blockingTanks public static property

public static List blockingTanks
return List

launchClampsStage public static property

public static int launchClampsStage
return int

mystate public static property

public static ASPState mystate
return ASPState

partToUseIndex public property

public int partToUseIndex
return int

partsWeCanUse public property

public List partsWeCanUse
return List

rainbow public static property

public static bool rainbow
return bool

stageLaunchClamps public static property

public static bool stageLaunchClamps
return bool

stageParachutes public static property

public static bool stageParachutes
return bool

stagesepratrons public static property

public static bool stagesepratrons
return bool

tanks public static property

public static List tanks
return List

textureIndex public property

public int textureIndex
return int

useBlizzy public static property

public static bool useBlizzy
return bool

useSmartStage public static property

public static bool useSmartStage
return bool

vizualize public static property

public static bool vizualize
return bool