Property | Type | Description | |
---|---|---|---|
DOWN | KeyCode, | ||
ENGINE_ON | KeyCode, | ||
LEFT | KeyCode, | ||
RIGHT | KeyCode, | ||
UP | KeyCode, | ||
cabinPressure | int | ||
maxThrustValue | float | ||
minThrustValue | float | ||
oxyTimer | float | ||
shipRB | |||
thrust | float |
Method | Description | |
---|---|---|
CheckUpDownVelocity ( ) : void | ||
FixedUpdate ( ) : void | ||
MotorVelocityContorl ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
getBloodForce ( ) : float | ||
getCabinPressure ( ) : int | ||
getOxygenLevel ( ) : int | ||
getSectionInt ( ) : int | ||
setBloodForce ( float newBlood ) : void | ||
setCabinPressure ( int newPressure ) : void | ||
setOxygenLevel ( int newOxy ) : void | ||
setSectionInt ( int newSect ) : 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 setCabinPressure ( int newPressure ) : void | ||
newPressure | int | |
return | void |