C# Class EnemyPlayerFlight, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Show file Open project: kalby/SpaceCOG-Prototype

Public Properties

Property Type Description
acceleration float
currentSpeed float
engine GameObject[]
maxRollAngle float
maxSpeed float
range float
rotationSpeed float
speedBoost float
thrusterPower float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

acceleration public property

public float acceleration
return float

currentSpeed public property

public float currentSpeed
return float

engine public property

public GameObject[] engine
return GameObject[]

maxRollAngle public property

public float maxRollAngle
return float

maxSpeed public property

public float maxSpeed
return float

range public property

public float range
return float

rotationSpeed public property

public float rotationSpeed
return float

speedBoost public property

public float speedBoost
return float

thrusterPower public property

public float thrusterPower
return float