C# Class ShipMovement, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
shipRB UnityEngine.Rigidbody
shipT Transform

Méthodes publiques

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

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getInput() public méthode

public getInput ( ) : void
Résultat void

Property Details

shipRB public_oe property

public Rigidbody,UnityEngine shipRB
Résultat UnityEngine.Rigidbody

shipT public_oe property

public Transform shipT
Résultat Transform