C# Class SSTUTools.AirstreamShieldArea

Show file Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
bottomRadius float
bottomY float
name string
topRadius float
topY float
useBottomNode bool
useTopNode bool

Public Methods

Method Description
AirstreamShieldArea ( string name, float topRad, float bottomRad, float topY, float bottomY, bool topNode, bool bottomNode ) : System
updateShieldStatus ( Part p, List shieldedParts ) : void

Method Details

AirstreamShieldArea() public method

public AirstreamShieldArea ( string name, float topRad, float bottomRad, float topY, float bottomY, bool topNode, bool bottomNode ) : System
name string
topRad float
bottomRad float
topY float
bottomY float
topNode bool
bottomNode bool
return System

updateShieldStatus() public method

public updateShieldStatus ( Part p, List shieldedParts ) : void
p Part
shieldedParts List
return void

Property Details

bottomRadius public property

public float bottomRadius
return float

bottomY public property

public float bottomY
return float

name public property

public string name
return string

topRadius public property

public float topRadius
return float

topY public property

public float topY
return float

useBottomNode public property

public bool useBottomNode
return bool

useTopNode public property

public bool useTopNode
return bool