Skip to main content

IMoviePlayerBase

Trait IMoviePlayerBase 

Source
pub trait IMoviePlayerBase: IObject {
Show 28 methods // Provided methods fn m_screen_object(self) -> GameObject { ... } fn set_m_screen_object(self, value: GameObject) { ... } fn m_canvas_object(self) -> GameObject { ... } fn set_m_canvas_object(self, value: GameObject) { ... } fn m_caption(self) -> MoviePlayerBase_Caption { ... } fn set_m_caption(self, value: MoviePlayerBase_Caption) { ... } fn m_title_logo(self) -> MoviePlayerBase_TitleLogo { ... } fn set_m_title_logo(self, value: MoviePlayerBase_TitleLogo) { ... } fn m_key_help(self) -> MoviePlayerBase_KeyHelp { ... } fn set_m_key_help(self, value: MoviePlayerBase_KeyHelp) { ... } fn m_is_movie_file_name_direct(self) -> bool { ... } fn set_m_is_movie_file_name_direct(self, value: bool) { ... } fn m_base_movie_file_name(self) -> Il2CppString { ... } fn set_m_base_movie_file_name(self, value: Il2CppString) { ... } fn m_movie_file_name(self) -> Il2CppString { ... } fn set_m_movie_file_name(self, value: Il2CppString) { ... } fn m_sound_bank_name(self) -> Il2CppString { ... } fn set_m_sound_bank_name(self, value: Il2CppString) { ... } fn m_prev_play_time(self) -> f64 { ... } fn set_m_prev_play_time(self, value: f64) { ... } fn m_is_error_occured(self) -> bool { ... } fn set_m_is_error_occured(self, value: bool) { ... } fn m_sound_event_on_start_viewer1(self) -> Il2CppString { ... } fn set_m_sound_event_on_start_viewer1(self, value: Il2CppString) { ... } fn m_sound_event_on_start_viewer2(self) -> Il2CppString { ... } fn set_m_sound_event_on_start_viewer2(self, value: Il2CppString) { ... } fn m_sound_event_on_start_viewer3(self) -> Il2CppString { ... } fn set_m_sound_event_on_start_viewer3(self, value: Il2CppString) { ... }
}

Provided Methods§

Source

fn m_screen_object(self) -> GameObject

Source

fn set_m_screen_object(self, value: GameObject)

Source

fn m_canvas_object(self) -> GameObject

Source

fn set_m_canvas_object(self, value: GameObject)

Source

fn m_caption(self) -> MoviePlayerBase_Caption

Source

fn set_m_caption(self, value: MoviePlayerBase_Caption)

Source

fn m_key_help(self) -> MoviePlayerBase_KeyHelp

Source

fn set_m_key_help(self, value: MoviePlayerBase_KeyHelp)

Source

fn m_is_movie_file_name_direct(self) -> bool

Source

fn set_m_is_movie_file_name_direct(self, value: bool)

Source

fn m_base_movie_file_name(self) -> Il2CppString

Source

fn set_m_base_movie_file_name(self, value: Il2CppString)

Source

fn m_movie_file_name(self) -> Il2CppString

Source

fn set_m_movie_file_name(self, value: Il2CppString)

Source

fn m_sound_bank_name(self) -> Il2CppString

Source

fn set_m_sound_bank_name(self, value: Il2CppString)

Source

fn m_prev_play_time(self) -> f64

Source

fn set_m_prev_play_time(self, value: f64)

Source

fn m_is_error_occured(self) -> bool

Source

fn set_m_is_error_occured(self, value: bool)

Source

fn m_sound_event_on_start_viewer1(self) -> Il2CppString

Source

fn set_m_sound_event_on_start_viewer1(self, value: Il2CppString)

Source

fn m_sound_event_on_start_viewer2(self) -> Il2CppString

Source

fn set_m_sound_event_on_start_viewer2(self, value: Il2CppString)

Source

fn m_sound_event_on_start_viewer3(self) -> Il2CppString

Source

fn set_m_sound_event_on_start_viewer3(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§