C# Class EnemyFighterFlight, SpaceCOG-Prototype

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

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
SetHorizontal ( float h ) : void
SetVertical ( float v ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetHorizontal() public method

public SetHorizontal ( float h ) : void
h float
return void

SetVertical() public method

public SetVertical ( float v ) : void
v float
return void

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[]

engineSound public property

public GameObject engineSound
return GameObject

maxRollAngle public property

public float maxRollAngle
return float

maxSpeed public property

public float maxSpeed
return float

rotationSpeed public property

public float rotationSpeed
return float