hxd.snd.ChannelBase
hxd.snd.ChannelBase
Fields
| Name | Type | |
|---|---|---|
priority | F64 | |
mute | Bool | |
effects | hl.types.ArrayObj | |
bindedEffects | hl.types.ArrayObj | |
volume | F64 | |
currentFade | Virtual[duration, onEnd, start, startVolume, targetVolume] | |
currentVolume | F64 |
Protos
f@1535getEffect(hxd.snd.ChannelBase, hl.Class) → hxd.snd.Effectf@1536set_volume(hxd.snd.ChannelBase, F64) → F64f@1537fadeTo(hxd.snd.ChannelBase, F64, Null, Fun) → Voidf@1538updateCurrentVolume(hxd.snd.ChannelBase, F64) → Voidf@1539addEffect(hxd.snd.ChannelBase, hxd.snd.Effect) → hxd.snd.Effectf@1540removeEffect(hxd.snd.ChannelBase, hxd.snd.Effect) → Void
Bindings
- static
f@1541__constructor__(hxd.snd.ChannelBase) → Void