C# Class XboxCtrlrInput.XciInputManagerClone

Inheritance: UnityEngine.ScriptableObject
ファイルを表示 Open project: JISyed/Unity-XboxCtrlrInput Class Usage Examples

Public Methods

Method 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 method

WARNING: Clears entire Input Manager Clone
public Alloc ( int numberOfEntries ) : void
numberOfEntries int
return void

SearchInputByName() public method

Searchs by the name of the input.
public SearchInputByName ( string entryName ) : InputManagerEntry
entryName string
return InputManagerEntry

this() public method

public this ( int index ) : InputManagerEntry
index int
return InputManagerEntry