Struct gdnative_audio::ResourceImporterOGGVorbis[][src]

pub struct ResourceImporterOGGVorbis { /* fields omitted */ }

core class ResourceImporterOGGVorbis inherits ResourceImporter (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

ResourceImporterOGGVorbis inherits methods from:

Methods

impl ResourceImporterOGGVorbis
[src]

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.

Generic dynamic cast.

Trait Implementations

impl Debug for ResourceImporterOGGVorbis
[src]

Formats the value using the given formatter. Read more

impl GodotObject for ResourceImporterOGGVorbis
[src]

impl ToVariant for ResourceImporterOGGVorbis
[src]

Auto Trait Implementations