C# Class InControl.InputControlState

Afficher le fichier Open project: ShreveportArcade/InControl Class Usage Examples

Méthodes publiques

Свойство Type Description
State bool
Value float
threshold float

Méthodes publiques

Méthode Description
Reset ( ) : void
Set ( bool state ) : void
Set ( float value ) : void
operator ( ) : bool

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Set() public méthode

public Set ( bool state ) : void
state bool
Résultat void

Set() public méthode

public Set ( float value ) : void
value float
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

State public_oe property

public bool State
Résultat bool

Value public_oe property

public float Value
Résultat float

threshold public_oe property

public float threshold
Résultat float