C# Class SubControl_V2, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo

Méthodes publiques

Свойство Type Description
TopSpeed float
Torque bool
boostVal float
breaks float
com Transform
exteriorLights GameObject
interiorLights GameObject
isEngineOn bool
maxThrustValue float
rotation bool
speed float

Méthodes publiques

Méthode Description
Awake ( ) : void
Boost ( ) : void
FixedUpdate ( ) : void
ForwardMovement ( ) : void
Moving ( int dir ) : void
Normalize ( ) : void
NormalizeTurning ( ) : void
Rotating ( ) : void
Start ( ) : void
StrafeMovement ( ) : void
Turning ( ) : void
Update ( ) : void
ZeroV ( ) : void
ZeroZ ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Boost() public méthode

public Boost ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

ForwardMovement() public méthode

public ForwardMovement ( ) : void
Résultat void

Moving() public méthode

public Moving ( int dir ) : void
dir int
Résultat void

Normalize() public méthode

public Normalize ( ) : void
Résultat void

NormalizeTurning() public méthode

public NormalizeTurning ( ) : void
Résultat void

Rotating() public méthode

public Rotating ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StrafeMovement() public méthode

public StrafeMovement ( ) : void
Résultat void

Turning() public méthode

public Turning ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

ZeroV() public méthode

public ZeroV ( ) : void
Résultat void

ZeroZ() public méthode

public ZeroZ ( ) : void
Résultat void

Property Details

TopSpeed public_oe property

public float TopSpeed
Résultat float

Torque public_oe property

public bool Torque
Résultat bool

boostVal public_oe property

public float boostVal
Résultat float

breaks public_oe property

public float breaks
Résultat float

com public_oe property

public Transform com
Résultat Transform

exteriorLights public_oe property

public GameObject exteriorLights
Résultat GameObject

interiorLights public_oe property

public GameObject interiorLights
Résultat GameObject

isEngineOn public_oe property

public bool isEngineOn
Résultat bool

maxThrustValue public_oe property

public float maxThrustValue
Résultat float

rotation public_oe property

public bool rotation
Résultat bool

speed public_oe property

public float speed
Résultat float