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

Inheritance: MonoBehaviour
Afficher le fichier Open project: atrakeur/unity-unet-authoritative-networking Class Usage Examples

Méthodes publiques

Свойство Type Description
currentInput InputState,

Méthodes publiques

Méthode Description
Awake ( ) : void
Parse ( int inputState ) : void

Ask to update input from Unity's Input

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Parse() public méthode

Ask to update input from Unity's Input
public Parse ( int inputState ) : void
inputState int
Résultat void

Property Details

currentInput public_oe property

public InputState, currentInput
Résultat InputState,