Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
RecordScript
C# Class RecordScript, Beat-It
Inheritance:
MonoBehaviour
Afficher le fichier
Open project: SNUGDC/Beat-It
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
audio
UnityEngine.AudioSource
index
int
songText
Text
songs
List
Méthodes publiques
Méthode
Description
GetCurrentSong
( ) :
Song,
LateUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
GetCurrentSong()
public
méthode
public
GetCurrentSong
( ) :
Song,
Résultat
Song,
LateUpdate()
public
méthode
public
LateUpdate
( ) :
void
Résultat
void
Start()
public
méthode
public
Start
( ) :
void
Résultat
void
Update()
public
méthode
public
Update
( ) :
void
Résultat
void
Property Details
audio
public_oe property
public
AudioSource,UnityEngine
audio
Résultat
UnityEngine.AudioSource
index
public_oe property
public
int
index
Résultat
int
songText
public_oe property
public
Text
songText
Résultat
Text
songs
public_oe property
public
List
songs
Résultat
List