C# Class XboxCtrlrInput.XciInputManagerClone

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: JISyed/Unity-XboxCtrlrInput Class Usage Examples

Méthodes publiques

Méthode Description
Alloc ( int numberOfEntries ) : void

WARNING: Clears entire Input Manager Clone

SearchInputByName ( string entryName ) : InputManagerEntry

Searchs by the name of the input.

this ( int index ) : InputManagerEntry

Method Details

Alloc() public méthode

WARNING: Clears entire Input Manager Clone
public Alloc ( int numberOfEntries ) : void
numberOfEntries int
Résultat void

SearchInputByName() public méthode

Searchs by the name of the input.
public SearchInputByName ( string entryName ) : InputManagerEntry
entryName string
Résultat InputManagerEntry

this() public méthode

public this ( int index ) : InputManagerEntry
index int
Résultat InputManagerEntry