Skip to main content

IRingListSequence_RingListWindow_RingInfo_GainMethods

Trait IRingListSequence_RingListWindow_RingInfo_GainMethods 

Source
pub trait IRingListSequence_RingListWindow_RingInfo_GainMethods: IRingListSequence_RingListWindow_RingInfo_Gain {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn set_name(
        self,
        capability_type: impl Into<CapabilityDefinition_Type>,
        is_opend: impl Into<bool>,
    ) { ... }
    fn set_param(self, capability_enhance: impl Into<i32>) { ... }
}

Provided Methods§

Source

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

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

Source

fn set_name( self, capability_type: impl Into<CapabilityDefinition_Type>, is_opend: impl Into<bool>, )

SetName(crate::app::capabilitydefinition::CapabilityDefinition_Type, bool) overload

Source

fn set_param(self, capability_enhance: impl Into<i32>)

SetParam(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_RingListWindow_RingInfo_Gain> IRingListSequence_RingListWindow_RingInfo_GainMethods for __T

Available on crate feature app-ringlistsequence only.