Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
RecordScript
C# Class RecordScript, Beat-It
Inheritance:
MonoBehaviour
Show file
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 property
public
AudioSource,UnityEngine
audio
return
UnityEngine.AudioSource
index
public property
public
int
index
return
int
songText
public property
public
Text
songText
return
Text
songs
public property
public
List
songs
return
List