C# 클래스 Klak.Wiring.Patcher.PatchManager

파일 보기 프로젝트 열기: keijiro/OscKlak 1 사용 예제들

공개 메소드들

메소드 설명
GetIndexOf ( Patch patch ) : int
MakeNameList ( ) : string[]
PatchManager ( ) : UnityEngine
Reset ( ) : void
RetrieveAt ( int index ) : Patch
RetrieveLastSelected ( ) : Patch
Select ( Patch patch ) : void

메소드 상세

GetIndexOf() 공개 메소드

public GetIndexOf ( Patch patch ) : int
patch Patch
리턴 int

MakeNameList() 공개 메소드

public MakeNameList ( ) : string[]
리턴 string[]

PatchManager() 공개 메소드

public PatchManager ( ) : UnityEngine
리턴 UnityEngine

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RetrieveAt() 공개 메소드

public RetrieveAt ( int index ) : Patch
index int
리턴 Patch

RetrieveLastSelected() 공개 메소드

public RetrieveLastSelected ( ) : Patch
리턴 Patch

Select() 공개 메소드

public Select ( Patch patch ) : void
patch Patch
리턴 void