C# Class EnemyPlayerFlight, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Datei anzeigen 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_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[]

maxRollAngle public_oe property

public float maxRollAngle
return float

maxSpeed public_oe property

public float maxSpeed
return float

range public_oe property

public float range
return float

rotationSpeed public_oe property

public float rotationSpeed
return float

speedBoost public_oe property

public float speedBoost
return float

thrusterPower public_oe property

public float thrusterPower
return float