Skip to main content

IRingListSequence_CharaNavigationMethods

Trait IRingListSequence_CharaNavigationMethods 

Source
pub trait IRingListSequence_CharaNavigationMethods: IRingListSequence_CharaNavigation {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn setup(
        self,
        current_point_index: impl Into<i32>,
        point_num: impl Into<i32>,
    ) { ... }
    fn set_current_point_index(self, current_point_index: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn setup(self, current_point_index: impl Into<i32>, point_num: impl Into<i32>)

Setup(i32, i32) overload

Source

fn set_current_point_index(self, current_point_index: impl Into<i32>)

SetCurrentPointIndex(i32) 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: IRingListSequence_CharaNavigation> IRingListSequence_CharaNavigationMethods for __T

Available on crate feature app-ringlistsequence only.