pub trait IRingInfo_RingInfoWindowRingModelMethods: IRingInfo_RingInfoWindowRingModel {
Show 13 methods
// Provided methods
fn ctor(self, index: impl Into<i32>) { ... }
fn create_async(self) { ... }
fn is_creating(self) -> bool { ... }
fn destroy(self) { ... }
fn create_impl(self) { ... }
fn setup(self) -> bool { ... }
fn get_render_texture(self) -> RenderTexture { ... }
fn get_prefab_object(self) -> GameObject { ... }
fn get_ring_model_root(self) -> GameObject { ... }
fn set_animator_enable(self, value: impl Into<bool>) { ... }
fn get_dirty_texture_value(self, dirty: impl Into<i32>) -> f32 { ... }
fn play_decision_anim(self) { ... }
fn get_model_position(self) -> Vector3 { ... }
}Provided Methods§
Sourcefn create_async(self)
fn create_async(self)
CreateAsync() overload
Sourcefn is_creating(self) -> bool
fn is_creating(self) -> bool
IsCreating() overload
Sourcefn create_impl(self)
fn create_impl(self)
CreateImpl() overload
Sourcefn get_render_texture(self) -> RenderTexture
fn get_render_texture(self) -> RenderTexture
GetRenderTexture() overload
Sourcefn get_prefab_object(self) -> GameObject
fn get_prefab_object(self) -> GameObject
get_PrefabObject() overload
Sourcefn get_ring_model_root(self) -> GameObject
fn get_ring_model_root(self) -> GameObject
get_RingModelRoot() overload
Sourcefn set_animator_enable(self, value: impl Into<bool>)
fn set_animator_enable(self, value: impl Into<bool>)
SetAnimatorEnable(bool) overload
Sourcefn get_dirty_texture_value(self, dirty: impl Into<i32>) -> f32
fn get_dirty_texture_value(self, dirty: impl Into<i32>) -> f32
GetDirtyTextureValue(i32) overload
Sourcefn play_decision_anim(self)
fn play_decision_anim(self)
PlayDecisionAnim() overload
Sourcefn get_model_position(self) -> Vector3
fn get_model_position(self) -> Vector3
GetModelPosition() 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§
impl<__T: IRingInfo_RingInfoWindowRingModel> IRingInfo_RingInfoWindowRingModelMethods for __T
Available on crate feature
app-ringinfo only.