C# Class MusicListener, OOMP_Project

Inheritance: MonoBehaviour
ファイルを表示 Open project: Connor-Marble/OOMP_Project Class Usage Examples

Public Properties

Property Type Description
GetSpec SpectrumTotalDelegate
GetVolume VolumeDelegate

Private Methods

Method Description
GetSpectrum ( ) : void
GetTotalVolume ( ) : void
Start ( ) : void
Update ( ) : void
printVol ( float value ) : void

Property Details

GetSpec public_oe property

public SpectrumTotalDelegate GetSpec
return SpectrumTotalDelegate

GetVolume public_oe property

public VolumeDelegate GetVolume
return VolumeDelegate