C# Class SSTUTools.AirstreamShieldArea

Datei anzeigen 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_oe property

public float bottomRadius
return float

bottomY public_oe property

public float bottomY
return float

name public_oe property

public string name
return string

topRadius public_oe property

public float topRadius
return float

topY public_oe property

public float topY
return float

useBottomNode public_oe property

public bool useBottomNode
return bool

useTopNode public_oe property

public bool useTopNode
return bool