C# 클래스 FSO.HIT.HITSound

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Dead bool

보호된 프로퍼티들

프로퍼티 타입 설명
EverHadOwners bool
Owners List
Pan float
Volume float
VolumeSet bool

공개 메소드들

메소드 설명
AddOwner ( int id ) : void
AlreadyOwns ( int id ) : bool
HITSound ( ) : System
RemoveOwner ( int id ) : void
SetVolume ( float volume, float pan ) : void
Tick ( ) : bool

메소드 상세

AddOwner() 공개 메소드

public AddOwner ( int id ) : void
id int
리턴 void

AlreadyOwns() 공개 메소드

public AlreadyOwns ( int id ) : bool
id int
리턴 bool

HITSound() 공개 메소드

public HITSound ( ) : System
리턴 System

RemoveOwner() 공개 메소드

public RemoveOwner ( int id ) : void
id int
리턴 void

SetVolume() 공개 메소드

public SetVolume ( float volume, float pan ) : void
volume float
pan float
리턴 void

Tick() 공개 추상적인 메소드

public abstract Tick ( ) : bool
리턴 bool

프로퍼티 상세

Dead 공개적으로 프로퍼티

public bool Dead
리턴 bool

EverHadOwners 보호되어 있는 프로퍼티

protected bool EverHadOwners
리턴 bool

Owners 보호되어 있는 프로퍼티

protected List Owners
리턴 List

Pan 보호되어 있는 프로퍼티

protected float Pan
리턴 float

Volume 보호되어 있는 프로퍼티

protected float Volume
리턴 float

VolumeSet 보호되어 있는 프로퍼티

protected bool VolumeSet
리턴 bool