Struct gdnative_audio::AudioStreamRandomPitch[][src]

pub struct AudioStreamRandomPitch { /* fields omitted */ }

core class AudioStreamRandomPitch inherits AudioStream (reference counted).

Official documentation

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

Memory management

The lifetime of this object is automatically managed through reference counting.

Feature flag

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

Class hierarchy

AudioStreamRandomPitch inherits methods from:

Methods

impl AudioStreamRandomPitch
[src]

Creates a new reference to the same reference-counted object.

Inherited from AudioStream.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Reference.

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.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Debug for AudioStreamRandomPitch
[src]

Formats the value using the given formatter. Read more

impl GodotObject for AudioStreamRandomPitch
[src]

impl ToVariant for AudioStreamRandomPitch
[src]

impl Drop for AudioStreamRandomPitch
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations