Skip to main content

IAkMusicSyncCallbackInfoMethods

Trait IAkMusicSyncCallbackInfoMethods 

Source
pub trait IAkMusicSyncCallbackInfoMethods: IAkMusicSyncCallbackInfo {
Show 17 methods // Provided methods fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>) { ... } fn set_c_ptr(self, c_ptr: impl Into<IntPtr>) { ... } fn finalize(self) { ... } fn dispose(self) { ... } fn get_playing_id(self) -> u32 { ... } fn get_segment_info_i_current_position(self) -> i32 { ... } fn get_segment_info_i_pre_entry_duration(self) -> i32 { ... } fn get_segment_info_i_active_duration(self) -> i32 { ... } fn get_segment_info_i_post_exit_duration(self) -> i32 { ... } fn get_segment_info_i_remaining_look_ahead_time(self) -> i32 { ... } fn get_segment_info_f_beat_duration(self) -> f32 { ... } fn get_segment_info_f_bar_duration(self) -> f32 { ... } fn get_segment_info_f_grid_duration(self) -> f32 { ... } fn get_segment_info_f_grid_offset(self) -> f32 { ... } fn get_music_sync_type(self) -> AkCallbackType { ... } fn get_user_cue_name(self) -> Il2CppString { ... } fn ctor_2(self) { ... }
}

Provided Methods§

Source

fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)

.ctor(::unity::IntPtr, bool) overload

Source

fn set_c_ptr(self, c_ptr: impl Into<IntPtr>)

setCPtr(::unity::IntPtr) overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() overload

Source

fn get_playing_id(self) -> u32

get_playingID() overload

Source

fn get_segment_info_i_current_position(self) -> i32

get_segmentInfo_iCurrentPosition() overload

Source

fn get_segment_info_i_pre_entry_duration(self) -> i32

get_segmentInfo_iPreEntryDuration() overload

Source

fn get_segment_info_i_active_duration(self) -> i32

get_segmentInfo_iActiveDuration() overload

Source

fn get_segment_info_i_post_exit_duration(self) -> i32

get_segmentInfo_iPostExitDuration() overload

Source

fn get_segment_info_i_remaining_look_ahead_time(self) -> i32

get_segmentInfo_iRemainingLookAheadTime() overload

Source

fn get_segment_info_f_beat_duration(self) -> f32

get_segmentInfo_fBeatDuration() overload

Source

fn get_segment_info_f_bar_duration(self) -> f32

get_segmentInfo_fBarDuration() overload

Source

fn get_segment_info_f_grid_duration(self) -> f32

get_segmentInfo_fGridDuration() overload

Source

fn get_segment_info_f_grid_offset(self) -> f32

get_segmentInfo_fGridOffset() overload

Source

fn get_music_sync_type(self) -> AkCallbackType

get_musicSyncType() overload

Source

fn get_user_cue_name(self) -> Il2CppString

get_userCueName() overload

Source

fn ctor_2(self)

.ctor() 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: IAkMusicSyncCallbackInfo> IAkMusicSyncCallbackInfoMethods for __T

Available on crate feature root-akmusicsynccallbackinfo only.