C# Class Klak.Wiring.Patcher.PatchManager

显示文件 Open project: keijiro/OscKlak Class Usage Examples

Public Methods

Method Description
GetIndexOf ( Patch patch ) : int
MakeNameList ( ) : string[]
PatchManager ( ) : UnityEngine
Reset ( ) : void
RetrieveAt ( int index ) : Patch
RetrieveLastSelected ( ) : Patch
Select ( Patch patch ) : void

Method Details

GetIndexOf() public method

public GetIndexOf ( Patch patch ) : int
patch Patch
return int

MakeNameList() public method

public MakeNameList ( ) : string[]
return string[]

PatchManager() public method

public PatchManager ( ) : UnityEngine
return UnityEngine

Reset() public method

public Reset ( ) : void
return void

RetrieveAt() public method

public RetrieveAt ( int index ) : Patch
index int
return Patch

RetrieveLastSelected() public method

public RetrieveLastSelected ( ) : Patch
return Patch

Select() public method

public Select ( Patch patch ) : void
patch Patch
return void