C# Class Foundation.Databinding.AudioRegulator

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
Layer AudioLayer

Public Methods

Method Description
UpdateVolume ( ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Private Methods

Method Description
AudioManager_OnVolumeChanged ( AudioLayer arg1, float arg2 ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

UpdateVolume() public method

public UpdateVolume ( ) : void
return void

Property Details

Layer public_oe property

layer this is a member of
public AudioLayer Layer
return AudioLayer