C# Class SubControl_V2, TWI_Repo

Inheritance: MonoBehaviour
ファイルを表示 Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
TopSpeed float
Torque bool
boostVal float
breaks float
com Transform
exteriorLights GameObject
interiorLights GameObject
isEngineOn bool
maxThrustValue float
rotation bool
speed float

Public Methods

Method 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 method

public Awake ( ) : void
return void

Boost() public method

public Boost ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

ForwardMovement() public method

public ForwardMovement ( ) : void
return void

Moving() public method

public Moving ( int dir ) : void
dir int
return void

Normalize() public method

public Normalize ( ) : void
return void

NormalizeTurning() public method

public NormalizeTurning ( ) : void
return void

Rotating() public method

public Rotating ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StrafeMovement() public method

public StrafeMovement ( ) : void
return void

Turning() public method

public Turning ( ) : void
return void

Update() public method

public Update ( ) : void
return void

ZeroV() public method

public ZeroV ( ) : void
return void

ZeroZ() public method

public ZeroZ ( ) : void
return void

Property Details

TopSpeed public_oe property

public float TopSpeed
return float

Torque public_oe property

public bool Torque
return bool

boostVal public_oe property

public float boostVal
return float

breaks public_oe property

public float breaks
return float

com public_oe property

public Transform com
return Transform

exteriorLights public_oe property

public GameObject exteriorLights
return GameObject

interiorLights public_oe property

public GameObject interiorLights
return GameObject

isEngineOn public_oe property

public bool isEngineOn
return bool

maxThrustValue public_oe property

public float maxThrustValue
return float

rotation public_oe property

public bool rotation
return bool

speed public_oe property

public float speed
return float