Skip to main content

IWwiseObjectReference

Trait IWwiseObjectReference 

Source
pub trait IWwiseObjectReference: IScriptableObject {
    // Provided methods
    fn object_name(self) -> Il2CppString { ... }
    fn set_object_name(self, value: Il2CppString) { ... }
    fn id(self) -> u32 { ... }
    fn set_id(self, value: u32) { ... }
    fn guid(self) -> Il2CppString { ... }
    fn set_guid(self, value: Il2CppString) { ... }
}

Provided Methods§

Source

fn object_name(self) -> Il2CppString

Source

fn set_object_name(self, value: Il2CppString)

Source

fn id(self) -> u32

Source

fn set_id(self, value: u32)

Source

fn guid(self) -> Il2CppString

Source

fn set_guid(self, value: Il2CppString)

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§