C# Class EnemyPlayerFlight, SpaceCOG-Prototype

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

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

maxRollAngle public_oe property

public float maxRollAngle
Résultat float

maxSpeed public_oe property

public float maxSpeed
Résultat float

range public_oe property

public float range
Résultat float

rotationSpeed public_oe property

public float rotationSpeed
Résultat float

speedBoost public_oe property

public float speedBoost
Résultat float

thrusterPower public_oe property

public float thrusterPower
Résultat float