C# Class PlayerFlight, SpaceCOG-Prototype

Inheritance: Flight
Mostrar archivo Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Public Properties

Property Type Description
acceleration float
currentSpeed float
engine GameObject[]
engineSound GameObject
maxRollAngle float
maxSpeed float
rotationSpeed float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

acceleration public_oe property

public float acceleration
return float

currentSpeed public_oe property

public float currentSpeed
return float

engine public_oe property

public GameObject[] engine
return GameObject[]

engineSound public_oe property

public GameObject engineSound
return GameObject

maxRollAngle public_oe property

public float maxRollAngle
return float

maxSpeed public_oe property

public float maxSpeed
return float

rotationSpeed public_oe property

public float rotationSpeed
return float