Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CharacterInput
C# Class CharacterInput, unity-unet-authoritative-networking
Inheritance:
MonoBehaviour
Mostra file
Open project: atrakeur/unity-unet-authoritative-networking
Class Usage Examples
Public Properties
Property
Type
Description
currentInput
InputState,
Public Methods
Method
Description
Awake
( ) :
void
Parse
(
int
inputState
) :
void
Ask to update input from Unity's Input
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Parse()
public
method
Ask to update input from Unity's Input
public
Parse
(
int
inputState
) :
void
inputState
int
return
void
Property Details
currentInput
public_oe property
public
InputState,
currentInput
return
InputState,