C# Class FSO.HIT.HITSound

Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Dead bool

Protected Properties

Property Type Description
EverHadOwners bool
Owners List
Pan float
Volume float
VolumeSet bool

Public Methods

Method Description
AddOwner ( int id ) : void
AlreadyOwns ( int id ) : bool
HITSound ( ) : System
RemoveOwner ( int id ) : void
SetVolume ( float volume, float pan ) : void
Tick ( ) : bool

Method Details

AddOwner() public method

public AddOwner ( int id ) : void
id int
return void

AlreadyOwns() public method

public AlreadyOwns ( int id ) : bool
id int
return bool

HITSound() public method

public HITSound ( ) : System
return System

RemoveOwner() public method

public RemoveOwner ( int id ) : void
id int
return void

SetVolume() public method

public SetVolume ( float volume, float pan ) : void
volume float
pan float
return void

Tick() public abstract method

public abstract Tick ( ) : bool
return bool

Property Details

Dead public_oe property

public bool Dead
return bool

EverHadOwners protected_oe property

protected bool EverHadOwners
return bool

Owners protected_oe property

protected List Owners
return List

Pan protected_oe property

protected float Pan
return float

Volume protected_oe property

protected float Volume
return float

VolumeSet protected_oe property

protected bool VolumeSet
return bool