C# Class Fly

Inheritance: MonoBehaviour
Show file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
earth Transform
earthRadius float
engineLifetimeBounds Vector2
engineSizeBounds Vector2
exhaustEmissionBounds Vector2
exhaustLifetimeBounds Vector2
exhaustSizeBounds Vector2
isEnabled bool
rotationTorque float
sas bool
sasForce float
scaleHeight float
seaLevelDensity float
throttle float
throttleSpeed float
thrust float
translationalSpeed float

Public Methods

Method Description
OnStateChange ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnStateChange() public method

public OnStateChange ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

earth public property

public Transform earth
return Transform

earthRadius public property

public float earthRadius
return float

engineLifetimeBounds public property

public Vector2 engineLifetimeBounds
return Vector2

engineSizeBounds public property

public Vector2 engineSizeBounds
return Vector2

exhaustEmissionBounds public property

public Vector2 exhaustEmissionBounds
return Vector2

exhaustLifetimeBounds public property

public Vector2 exhaustLifetimeBounds
return Vector2

exhaustSizeBounds public property

public Vector2 exhaustSizeBounds
return Vector2

isEnabled public property

public bool isEnabled
return bool

rotationTorque public property

public float rotationTorque
return float

sas public property

public bool sas
return bool

sasForce public property

public float sasForce
return float

scaleHeight public property

public float scaleHeight
return float

seaLevelDensity public property

public float seaLevelDensity
return float

throttle public property

public float throttle
return float

throttleSpeed public property

public float throttleSpeed
return float

thrust public property

public float thrust
return float

translationalSpeed public property

public float translationalSpeed
return float