C# Class SubmarineControl, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
DOWN KeyCode,
ENGINE_ON KeyCode,
LEFT KeyCode,
RIGHT KeyCode,
UP KeyCode,
maxThrustValue float
minThrustValue float
thrust float

Méthodes publiques

Méthode Description
CheckUpDownVelocity ( ) : void
FixedUpdate ( ) : void
MotorVelocityContorl ( ) : void
Update ( ) : void

Private Methods

Méthode Description
KeyValue ( KeyCode, A, KeyCode, B, float Value, float yValue, float _float, float SmoothTime ) : float

Method Details

CheckUpDownVelocity() public méthode

public CheckUpDownVelocity ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

MotorVelocityContorl() public méthode

public MotorVelocityContorl ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

DOWN public_oe property

public KeyCode, DOWN
Résultat KeyCode,

ENGINE_ON public_oe property

public KeyCode, ENGINE_ON
Résultat KeyCode,

LEFT public_oe property

public KeyCode, LEFT
Résultat KeyCode,

RIGHT public_oe property

public KeyCode, RIGHT
Résultat KeyCode,

UP public_oe property

public KeyCode, UP
Résultat KeyCode,

maxThrustValue public_oe property

public float maxThrustValue
Résultat float

minThrustValue public_oe property

public float minThrustValue
Résultat float

thrust public_oe property

public float thrust
Résultat float