C# Class ShipMovement, TWI_Repo

Inheritance: MonoBehaviour
Mostra file Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
shipRB UnityEngine.Rigidbody
shipT Transform

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
getInput ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getInput() public method

public getInput ( ) : void
return void

Property Details

shipRB public_oe property

public Rigidbody,UnityEngine shipRB
return UnityEngine.Rigidbody

shipT public_oe property

public Transform shipT
return Transform