C# 클래스 UnityEngine.Audio.AudioMixer

AudioMixer asset.

상속: UnityEngine.Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

비공개 메소드들

메소드 설명
AudioMixer ( ) : System
ClearFloat ( string name ) : bool
FindMatchingGroups ( string subPath ) : UnityEngine.Audio.AudioMixerGroup[]
FindSnapshot ( string name ) : AudioMixerSnapshot
GetFloat ( string name, float &value ) : bool
SetFloat ( string name, float value ) : bool
TransitionToSnapshot ( AudioMixerSnapshot snapshot, float timeToReach ) : void
TransitionToSnapshots ( AudioMixerSnapshot snapshots, float weights, float timeToReach ) : void