AudioStreamPlayer2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
|
void |
|
void |
stop ( ) |
Signals
finished ( )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
int area_mask = 1
There is currently no description for this property. Please help us by contributing one!
float attenuation = 1.0
There is currently no description for this property. Please help us by contributing one!
bool autoplay = false
There is currently no description for this property. Please help us by contributing one!
StringName bus = &"Master"
void set_bus ( StringName value )
StringName get_bus ( )
There is currently no description for this property. Please help us by contributing one!
float max_distance = 2000.0
There is currently no description for this property. Please help us by contributing one!
int max_polyphony = 1
There is currently no description for this property. Please help us by contributing one!
float panning_strength = 1.0
There is currently no description for this property. Please help us by contributing one!
float pitch_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
PlaybackType playback_type = 0
void set_playback_type ( PlaybackType value )
PlaybackType get_playback_type ( )
There is currently no description for this property. Please help us by contributing one!
bool playing = false
bool is_playing ( )
There is currently no description for this property. Please help us by contributing one!
AudioStream stream
void set_stream ( AudioStream value )
AudioStream get_stream ( )
There is currently no description for this property. Please help us by contributing one!
bool stream_paused = false
There is currently no description for this property. Please help us by contributing one!
float volume_db = 0.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
float get_playback_position ( )
There is currently no description for this method. Please help us by contributing one!
AudioStreamPlayback get_stream_playback ( )
There is currently no description for this method. Please help us by contributing one!
bool has_stream_playback ( )
There is currently no description for this method. Please help us by contributing one!
void play ( float from_position=0.0 )
There is currently no description for this method. Please help us by contributing one!
void seek ( float to_position )
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!