DDDBrowserAudio๏ƒ

Inherits: Node3D < Node < Object

Spatial or ambient audio source for DDDBrowser levels.

Description๏ƒ

Exports an audio asset (wav/ogg) and an audio instance with loop, volume, and autoPlay.

Properties๏ƒ

bool

ambient

false

bool

auto_play

false

Format

format

0

bool

loop

false

String

source_path

""

float

volume

1.0


Enumerations๏ƒ

enum Format: ๐Ÿ”—

Format FORMAT_WAV = 0

There is currently no description for this enum. Please help us by contributing one!

Format FORMAT_OGG = 1

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions๏ƒ

bool ambient = false ๐Ÿ”—

  • void set_ambient(value: bool)

  • bool get_ambient()

There is currently no description for this property. Please help us by contributing one!


bool auto_play = false ๐Ÿ”—

  • void set_auto_play(value: bool)

  • bool get_auto_play()

There is currently no description for this property. Please help us by contributing one!


Format format = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


bool loop = false ๐Ÿ”—

  • void set_loop(value: bool)

  • bool get_loop()

There is currently no description for this property. Please help us by contributing one!


String source_path = "" ๐Ÿ”—

  • void set_source_path(value: String)

  • String get_source_path()

There is currently no description for this property. Please help us by contributing one!


float volume = 1.0 ๐Ÿ”—

  • void set_volume(value: float)

  • float get_volume()

There is currently no description for this property. Please help us by contributing one!