C# Class SSTUTools.FairingUpdateData

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

Méthodes publiques

Свойство Type Description
bottomRadius float
bottomY float
enable bool
hasBottomRad bool
hasBottomY bool
hasEnable bool
hasTopRad bool
hasTopY bool
topRadius float
topY float

Méthodes publiques

Méthode Description
FairingUpdateData ( ) : System
ToString ( ) : string
setBottomRadius ( float val ) : void
setBottomY ( float val ) : void
setEnable ( bool val ) : void
setTopRadius ( float val ) : void
setTopY ( float val ) : void

Method Details

FairingUpdateData() public méthode

public FairingUpdateData ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

setBottomRadius() public méthode

public setBottomRadius ( float val ) : void
val float
Résultat void

setBottomY() public méthode

public setBottomY ( float val ) : void
val float
Résultat void

setEnable() public méthode

public setEnable ( bool val ) : void
val bool
Résultat void

setTopRadius() public méthode

public setTopRadius ( float val ) : void
val float
Résultat void

setTopY() public méthode

public setTopY ( float val ) : void
val float
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

enable public_oe property

public bool enable
Résultat bool

hasBottomRad public_oe property

public bool hasBottomRad
Résultat bool

hasBottomY public_oe property

public bool hasBottomY
Résultat bool

hasEnable public_oe property

public bool hasEnable
Résultat bool

hasTopRad public_oe property

public bool hasTopRad
Résultat bool

hasTopY public_oe property

public bool hasTopY
Résultat bool

topRadius public_oe property

public float topRadius
Résultat float

topY public_oe property

public float topY
Résultat float