Skip to main content

IAkSoundEngine_AutoObjectMethods

Trait IAkSoundEngine_AutoObjectMethods 

Source
pub trait IAkSoundEngine_AutoObjectMethods: IAkSoundEngine_AutoObject {
    // Provided methods
    fn ctor(self, go: impl Into<GameObject>) { ... }
    fn finalize(self) { ... }
}

Provided Methods§

Source

fn ctor(self, go: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn finalize(self)

Finalize() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkSoundEngine_AutoObject> IAkSoundEngine_AutoObjectMethods for __T

Available on crate feature root-aksoundengine only.