C# 클래스 Gablarski.Client.ClientSourceManager

상속: AudioSourceManager, IClientSourceManager
파일 보기 프로젝트 열기: ermau/Gablarski 1 사용 예제들

공개 메소드들

메소드 설명
Add ( AudioSource source ) : void
Clear ( ) : void
GetIsIgnored ( AudioSource source ) : bool
ToggleIgnore ( AudioSource source ) : bool
Update ( AudioSource source ) : void
Update ( IEnumerable updatedSources ) : void

보호된 메소드들

메소드 설명
ClientSourceManager ( IGablarskiClientContext context ) : System

메소드 상세

Add() 공개 메소드

public Add ( AudioSource source ) : void
source AudioSource
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClientSourceManager() 보호된 메소드

protected ClientSourceManager ( IGablarskiClientContext context ) : System
context IGablarskiClientContext
리턴 System

GetIsIgnored() 공개 메소드

public GetIsIgnored ( AudioSource source ) : bool
source AudioSource
리턴 bool

ToggleIgnore() 공개 메소드

public ToggleIgnore ( AudioSource source ) : bool
source AudioSource
리턴 bool

Update() 공개 메소드

public Update ( AudioSource source ) : void
source AudioSource
리턴 void

Update() 공개 메소드

public Update ( IEnumerable updatedSources ) : void
updatedSources IEnumerable
리턴 void