Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
InControl
InputControlState
C# Class InControl.InputControlState
ファイルを表示
Open project: ShreveportArcade/InControl
Class Usage Examples
Public Properties
Property
Type
Description
State
bool
Value
float
threshold
float
Public Methods
Method
Description
Reset
( ) :
void
Set
(
bool
state
) :
void
Set
(
float
value
) :
void
operator
( ) :
bool
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
Set()
public
method
public
Set
(
bool
state
) :
void
state
bool
return
void
Set()
public
method
public
Set
(
float
value
) :
void
value
float
return
void
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
State
public_oe property
public
bool
State
return
bool
Value
public_oe property
public
float
Value
return
float
threshold
public_oe property
public
float
threshold
return
float