Struct gdnative_audio::AudioStreamPlayer3D[][src]

pub struct AudioStreamPlayer3D { /* fields omitted */ }

core class AudioStreamPlayer3D inherits Spatial (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Memory management

Non reference counted objects such as the ones of this type are usually owned by the engine.

AudioStreamPlayer3D is an unsafe pointer, and all of its methods are unsafe.

In the cases where Rust code owns an object of this type, for example if the object was just created on the Rust side and not passed to the engine yet, ownership should be either given to the engine or the object must be manually destroyed using AudioStreamPlayer3D::free.

Feature flag

This type is behind the gdnative crate's audio feature flag.

Class hierarchy

AudioStreamPlayer3D inherits methods from:

Methods

impl AudioStreamPlayer3D
[src]

Constructor.

Because this type is not reference counted, the lifetime of the returned object is not automatically managed. Immediately after creation, the object is owned by the caller, and can be passed to the engine (in which case the engine will be responsible for destroying the object) or destroyed manually using AudioStreamPlayer3D::free.

Manually deallocate the object.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Spatial.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Node.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Up-cast.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Copy for AudioStreamPlayer3D
[src]

impl Clone for AudioStreamPlayer3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudioStreamPlayer3D
[src]

Formats the value using the given formatter. Read more

impl GodotObject for AudioStreamPlayer3D
[src]

impl ToVariant for AudioStreamPlayer3D
[src]

impl Free for AudioStreamPlayer3D
[src]

impl QueueFree for AudioStreamPlayer3D
[src]

Auto Trait Implementations