C# Class EnemyFighterFlight, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Mostra 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_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