Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Klak
Wiring
Patcher
PatchManager
C# Class Klak.Wiring.Patcher.PatchManager
Mostrar archivo
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