AudioStreamPlayer3D.GDNativeClassBinding

Undocumented in source.
struct AudioStreamPlayer3D
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_busLayoutChanged
GodotMethod!(void) _busLayoutChanged;
Undocumented in source.
_isActive
GodotMethod!(bool) _isActive;
Undocumented in source.
_setPlaying
GodotMethod!(void, bool) _setPlaying;
Undocumented in source.
getAreaMask
GodotMethod!(long) getAreaMask;
Undocumented in source.
getAttenuationFilterCutoffHz
GodotMethod!(double) getAttenuationFilterCutoffHz;
Undocumented in source.
getAttenuationFilterDb
GodotMethod!(double) getAttenuationFilterDb;
Undocumented in source.
getAttenuationModel
GodotMethod!(AudioStreamPlayer3D.AttenuationModel) getAttenuationModel;
Undocumented in source.
getBus
GodotMethod!(String) getBus;
Undocumented in source.
getDopplerTracking
GodotMethod!(AudioStreamPlayer3D.DopplerTracking) getDopplerTracking;
Undocumented in source.
getEmissionAngle
GodotMethod!(double) getEmissionAngle;
Undocumented in source.
getEmissionAngleFilterAttenuationDb
GodotMethod!(double) getEmissionAngleFilterAttenuationDb;
Undocumented in source.
getMaxDb
GodotMethod!(double) getMaxDb;
Undocumented in source.
getMaxDistance
GodotMethod!(double) getMaxDistance;
Undocumented in source.
getOutOfRangeMode
GodotMethod!(AudioStreamPlayer3D.OutOfRangeMode) getOutOfRangeMode;
Undocumented in source.
getPitchScale
GodotMethod!(double) getPitchScale;
Undocumented in source.
getPlaybackPosition
GodotMethod!(double) getPlaybackPosition;
Undocumented in source.
getStream
GodotMethod!(AudioStream) getStream;
Undocumented in source.
getStreamPaused
GodotMethod!(bool) getStreamPaused;
Undocumented in source.
getStreamPlayback
GodotMethod!(AudioStreamPlayback) getStreamPlayback;
Undocumented in source.
getUnitDb
GodotMethod!(double) getUnitDb;
Undocumented in source.
getUnitSize
GodotMethod!(double) getUnitSize;
Undocumented in source.
isAutoplayEnabled
GodotMethod!(bool) isAutoplayEnabled;
Undocumented in source.
isEmissionAngleEnabled
GodotMethod!(bool) isEmissionAngleEnabled;
Undocumented in source.
isPlaying
GodotMethod!(bool) isPlaying;
Undocumented in source.
play
GodotMethod!(void, double) play;
Undocumented in source.
seek
GodotMethod!(void, double) seek;
Undocumented in source.
setAreaMask
GodotMethod!(void, long) setAreaMask;
Undocumented in source.
setAttenuationFilterCutoffHz
GodotMethod!(void, double) setAttenuationFilterCutoffHz;
Undocumented in source.
setAttenuationFilterDb
GodotMethod!(void, double) setAttenuationFilterDb;
Undocumented in source.
setAttenuationModel
GodotMethod!(void, long) setAttenuationModel;
Undocumented in source.
setAutoplay
GodotMethod!(void, bool) setAutoplay;
Undocumented in source.
setBus
GodotMethod!(void, String) setBus;
Undocumented in source.
setDopplerTracking
GodotMethod!(void, long) setDopplerTracking;
Undocumented in source.
setEmissionAngle
GodotMethod!(void, double) setEmissionAngle;
Undocumented in source.
setEmissionAngleEnabled
GodotMethod!(void, bool) setEmissionAngleEnabled;
Undocumented in source.
setEmissionAngleFilterAttenuationDb
GodotMethod!(void, double) setEmissionAngleFilterAttenuationDb;
Undocumented in source.
setMaxDb
GodotMethod!(void, double) setMaxDb;
Undocumented in source.
setMaxDistance
GodotMethod!(void, double) setMaxDistance;
Undocumented in source.
setOutOfRangeMode
GodotMethod!(void, long) setOutOfRangeMode;
Undocumented in source.
setPitchScale
GodotMethod!(void, double) setPitchScale;
Undocumented in source.
setStream
GodotMethod!(void, AudioStream) setStream;
Undocumented in source.
setStreamPaused
GodotMethod!(void, bool) setStreamPaused;
Undocumented in source.
setUnitDb
GodotMethod!(void, double) setUnitDb;
Undocumented in source.
setUnitSize
GodotMethod!(void, double) setUnitSize;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta