C# 클래스 XboxCtrlrInput.XciInputManagerClone

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: JISyed/Unity-XboxCtrlrInput 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Alloc() 공개 메소드

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

SearchInputByName() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : InputManagerEntry
index int
리턴 InputManagerEntry