Skip to main content

IJobIntroSequence

Trait IJobIntroSequence 

Source
pub trait IJobIntroSequence: IProcSceneSequence_1<JobIntroSequence> {
    // Provided methods
    fn m_job_data_list(self) -> StructList_1<JobIntroData> { ... }
    fn set_m_job_data_list(self, value: StructList_1<JobIntroData>) { ... }
    fn m_current_index(self) -> i32 { ... }
    fn set_m_current_index(self, value: i32) { ... }
    fn m_wait_time(self) -> f32 { ... }
    fn set_m_wait_time(self, value: f32) { ... }
}

Provided Methods§

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§