C# Class GoGoSound, UnityDemo

Inheritance: GoGoComponent
显示文件 Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
audioSource UnityEngine.AudioSource
soundKeyFrameList List

Public Methods

Method Description
JudgePlayType ( int idx ) : void
Refresh ( ) : void
Start ( ) : void
Update ( ) : void
calculateSound ( int idx, float currTime ) : void

Method Details

JudgePlayType() public method

public JudgePlayType ( int idx ) : void
idx int
return void

Refresh() public method

public Refresh ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

calculateSound() public method

public calculateSound ( int idx, float currTime ) : void
idx int
currTime float
return void

Property Details

audioSource public_oe property

public AudioSource,UnityEngine audioSource
return UnityEngine.AudioSource

soundKeyFrameList public_oe property

public List soundKeyFrameList
return List