C# Class CharacterInput, unity-unet-authoritative-networking

Inheritance: MonoBehaviour
Show 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 property

public InputState, currentInput
return InputState,