C# Class SSTUTools.AirstreamShieldArea

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomRadius float
bottomY float
name string
topRadius float
topY float
useBottomNode bool
useTopNode bool

Méthodes publiques

Méthode 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 méthode

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
Résultat System

updateShieldStatus() public méthode

public updateShieldStatus ( Part p, List shieldedParts ) : void
p Part
shieldedParts List
Résultat void

Property Details

bottomRadius public_oe property

public float bottomRadius
Résultat float

bottomY public_oe property

public float bottomY
Résultat float

name public_oe property

public string name
Résultat string

topRadius public_oe property

public float topRadius
Résultat float

topY public_oe property

public float topY
Résultat float

useBottomNode public_oe property

public bool useBottomNode
Résultat bool

useTopNode public_oe property

public bool useTopNode
Résultat bool