Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NoteEditor
Presenter
MusicLoader
C# Class NoteEditor.Presenter.MusicLoader
Inheritance:
UnityEngine.MonoBehaviour
Exibir arquivo
Open project: setchi/NoteEditor
Public Methods
Method
Description
Awake
( ) :
void
Load
(
string
fileName
) :
void
LoadEditData
( ) :
void
ResetEditor
( ) :
void
Private Methods
Method
Description
LoadMusic
(
string
fileName
) :
IEnumerator
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Load()
public
method
public
Load
(
string
fileName
) :
void
fileName
string
return
void
LoadEditData()
public
method
public
LoadEditData
( ) :
void
return
void
ResetEditor()
public
method
public
ResetEditor
( ) :
void
return
void