C# Class GoGoSound, UnityDemo

Inheritance: GoGoComponent
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Свойство Type Description
audioSource UnityEngine.AudioSource
soundKeyFrameList List

Méthodes publiques

Méthode Description
JudgePlayType ( int idx ) : void
Refresh ( ) : void
Start ( ) : void
Update ( ) : void
calculateSound ( int idx, float currTime ) : void

Method Details

JudgePlayType() public méthode

public JudgePlayType ( int idx ) : void
idx int
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

calculateSound() public méthode

public calculateSound ( int idx, float currTime ) : void
idx int
currTime float
Résultat void

Property Details

audioSource public_oe property

public AudioSource,UnityEngine audioSource
Résultat UnityEngine.AudioSource

soundKeyFrameList public_oe property

public List soundKeyFrameList
Résultat List