C# Class Fly

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Transform earth
return Transform

earthRadius public_oe property

public float earthRadius
return float

engineLifetimeBounds public_oe property

public Vector2 engineLifetimeBounds
return Vector2

engineSizeBounds public_oe property

public Vector2 engineSizeBounds
return Vector2

exhaustEmissionBounds public_oe property

public Vector2 exhaustEmissionBounds
return Vector2

exhaustLifetimeBounds public_oe property

public Vector2 exhaustLifetimeBounds
return Vector2

exhaustSizeBounds public_oe property

public Vector2 exhaustSizeBounds
return Vector2

isEnabled public_oe property

public bool isEnabled
return bool

rotationTorque public_oe property

public float rotationTorque
return float

sas public_oe property

public bool sas
return bool

sasForce public_oe property

public float sasForce
return float

scaleHeight public_oe property

public float scaleHeight
return float

seaLevelDensity public_oe property

public float seaLevelDensity
return float

throttle public_oe property

public float throttle
return float

throttleSpeed public_oe property

public float throttleSpeed
return float

thrust public_oe property

public float thrust
return float

translationalSpeed public_oe property

public float translationalSpeed
return float