C# Class SSTUTools.FairingUpdateData

Datei anzeigen Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
bottomRadius float
bottomY float
enable bool
hasBottomRad bool
hasBottomY bool
hasEnable bool
hasTopRad bool
hasTopY bool
topRadius float
topY float

Public Methods

Method 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 method

public FairingUpdateData ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

setBottomRadius() public method

public setBottomRadius ( float val ) : void
val float
return void

setBottomY() public method

public setBottomY ( float val ) : void
val float
return void

setEnable() public method

public setEnable ( bool val ) : void
val bool
return void

setTopRadius() public method

public setTopRadius ( float val ) : void
val float
return void

setTopY() public method

public setTopY ( float val ) : void
val float
return void

Property Details

bottomRadius public_oe property

public float bottomRadius
return float

bottomY public_oe property

public float bottomY
return float

enable public_oe property

public bool enable
return bool

hasBottomRad public_oe property

public bool hasBottomRad
return bool

hasBottomY public_oe property

public bool hasBottomY
return bool

hasEnable public_oe property

public bool hasEnable
return bool

hasTopRad public_oe property

public bool hasTopRad
return bool

hasTopY public_oe property

public bool hasTopY
return bool

topRadius public_oe property

public float topRadius
return float

topY public_oe property

public float topY
return float