Property | Type | Description | |
---|---|---|---|
boost | float | ||
cPitchMax | float | ||
cPitchMin | float | ||
exteriorLights | GameObject | ||
interiorLights | GameObject | ||
isEngineOn | bool | ||
maxThrustValue | float | ||
pitchMax | float | ||
shipRB | |||
speed | float | ||
subRes | Submarine_Resources, | ||
thrust | float |
Method | Description | |
---|---|---|
CheckUpDownVelocity ( ) : void | ||
FixedUpdate ( ) : void | ||
MotorVelocityContorl ( ) : void | ||
Start ( ) : void | ||
StrafeMove ( ) : void | ||
Update ( ) : void | ||
getBloodForce ( ) : float | ||
getEngineOn ( ) : bool | ||
getForBack ( ) : bool | ||
getMinThrust ( ) : float | ||
setBloodForce ( float newBlood ) : void | ||
setStrafeLimit ( ) : void | ||
setWorldForce ( Vector3 bloodForce ) : void |
Method | Description | |
---|---|---|
KeyValue ( KeyCode, A, KeyCode, B, float Value, float yValue, float _float, float SmoothTime ) : float |
public setBloodForce ( float newBlood ) : void | ||
newBlood | float | |
return | void |
public setWorldForce ( Vector3 bloodForce ) : void | ||
bloodForce | Vector3 | |
return | void |