C# Class EnemyFighterFlight, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Afficher le fichier Open project: kalby/SpaceCOG-Prototype

Méthodes publiques

Свойство Type Description
acceleration float
currentSpeed float
engine GameObject[]
engineSound GameObject
maxRollAngle float
maxSpeed float
rotationSpeed float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
SetHorizontal ( float h ) : void
SetVertical ( float v ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetHorizontal() public méthode

public SetHorizontal ( float h ) : void
h float
Résultat void

SetVertical() public méthode

public SetVertical ( float v ) : void
v float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

acceleration public_oe property

public float acceleration
Résultat float

currentSpeed public_oe property

public float currentSpeed
Résultat float

engine public_oe property

public GameObject[] engine
Résultat GameObject[]

engineSound public_oe property

public GameObject engineSound
Résultat GameObject

maxRollAngle public_oe property

public float maxRollAngle
Résultat float

maxSpeed public_oe property

public float maxSpeed
Résultat float

rotationSpeed public_oe property

public float rotationSpeed
Résultat float