Skip to main content

ISoundSystem_LipSyncDataFileMethods

Trait ISoundSystem_LipSyncDataFileMethods 

Source
pub trait ISoundSystem_LipSyncDataFileMethods: ISoundSystem_LipSyncDataFile {
    // Provided methods
    fn ctor(self) { ... }
    fn get_lip_sync_data_count(self) -> i32 { ... }
    fn get_lip_sync_data(self, index: impl Into<i32>) -> SoundSystem_LipSyncData { ... }
    fn load_async(self, file_name: impl Into<Il2CppString>) { ... }
    fn expand_file_data(self) -> bool { ... }
    fn unload(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_lip_sync_data_count(self) -> i32

GetLipSyncDataCount() overload

Source

fn get_lip_sync_data(self, index: impl Into<i32>) -> SoundSystem_LipSyncData

GetLipSyncData(i32) overload

Source

fn load_async(self, file_name: impl Into<Il2CppString>)

LoadAsync(::unity::Il2CppString) overload

Source

fn expand_file_data(self) -> bool

ExpandFileData() overload

Source

fn unload(self)

Unload() 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: ISoundSystem_LipSyncDataFile> ISoundSystem_LipSyncDataFileMethods for __T

Available on crate feature app-soundsystem only.