C# 클래스 Foundation.Databinding.AudioManager

AudioManager is a service extending game audio with control layers.
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

보호된 프로퍼티들

프로퍼티 타입 설명
Volumes float>.Dictionary

공개 메소드들

메소드 설명
GetVolume ( AudioLayer layer ) : float

Returns the volume for the audio layer

SetVolume ( AudioLayer layer, float volume ) : void

Sets the volume for the audio layer

메소드 상세

GetVolume() 공개 정적인 메소드

Returns the volume for the audio layer
public static GetVolume ( AudioLayer layer ) : float
layer AudioLayer
리턴 float

SetVolume() 공개 정적인 메소드

Sets the volume for the audio layer
public static SetVolume ( AudioLayer layer, float volume ) : void
layer AudioLayer layer in question
volume float volume
리턴 void

프로퍼티 상세

Volumes 보호되어 있는 정적으로 프로퍼티

Cache
protected static Dictionary Volumes
리턴 float>.Dictionary