Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
RecordScript
C# Class RecordScript, Beat-It
Inheritance:
MonoBehaviour
显示文件
Open project: SNUGDC/Beat-It
Class Usage Examples
Public Properties
Property
Type
Description
audio
UnityEngine.AudioSource
index
int
songText
Text
songs
List
Public Methods
Method
Description
GetCurrentSong
( ) :
Song,
LateUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
GetCurrentSong()
public
method
public
GetCurrentSong
( ) :
Song,
return
Song,
LateUpdate()
public
method
public
LateUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
audio
public_oe property
public
AudioSource,UnityEngine
audio
return
UnityEngine.AudioSource
index
public_oe property
public
int
index
return
int
songText
public_oe property
public
Text
songText
return
Text
songs
public_oe property
public
List
songs
return
List