Skip to main content

IProfileCardTextDecoDataMethods

Trait IProfileCardTextDecoDataMethods 

Source
pub trait IProfileCardTextDecoDataMethods: IProfileCardTextDecoData {
Show 19 methods // Provided methods fn get_id(self) -> Il2CppString { ... } fn set_id(self, value: impl Into<Il2CppString>) { ... } fn get_image(self) -> Il2CppString { ... } fn set_image(self, value: impl Into<Il2CppString>) { ... } fn get_condition(self) -> ProfileCardCondition { ... } fn set_condition(self, value: impl Into<ProfileCardCondition>) { ... } fn get_arg(self) -> Il2CppString { ... } fn set_arg(self, value: impl Into<Il2CppString>) { ... } fn get_debug_name(self) -> Il2CppString { ... } fn get_name_image(self) -> Il2CppString { ... } fn get_comment_image(self) -> Il2CppString { ... } fn get_title_large_image(self) -> Il2CppString { ... } fn get_title_small_image(self) -> Il2CppString { ... } fn get_column_image(self) -> Il2CppString { ... } fn get_line_image(self) -> Il2CppString { ... } fn get_unit_name_image(self) -> Il2CppString { ... } fn get_achievement1_image(self) -> Il2CppString { ... } fn get_achievement2_image(self) -> Il2CppString { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_id(self) -> Il2CppString

get_Id() overload

Source

fn set_id(self, value: impl Into<Il2CppString>)

set_Id(::unity::Il2CppString) overload

Source

fn get_image(self) -> Il2CppString

get_Image() overload

Source

fn set_image(self, value: impl Into<Il2CppString>)

set_Image(::unity::Il2CppString) overload

Source

fn get_condition(self) -> ProfileCardCondition

get_Condition() overload

Source

fn set_condition(self, value: impl Into<ProfileCardCondition>)

set_Condition(crate::app::profilecardcondition::ProfileCardCondition) overload

Source

fn get_arg(self) -> Il2CppString

get_Arg() overload

Source

fn set_arg(self, value: impl Into<Il2CppString>)

set_Arg(::unity::Il2CppString) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn get_name_image(self) -> Il2CppString

GetNameImage() overload

Source

fn get_comment_image(self) -> Il2CppString

GetCommentImage() overload

Source

fn get_title_large_image(self) -> Il2CppString

GetTitleLargeImage() overload

Source

fn get_title_small_image(self) -> Il2CppString

GetTitleSmallImage() overload

Source

fn get_column_image(self) -> Il2CppString

GetColumnImage() overload

Source

fn get_line_image(self) -> Il2CppString

GetLineImage() overload

Source

fn get_unit_name_image(self) -> Il2CppString

GetUnitNameImage() overload

Source

fn get_achievement1_image(self) -> Il2CppString

GetAchievement1Image() overload

Source

fn get_achievement2_image(self) -> Il2CppString

GetAchievement2Image() overload

Source

fn ctor(self)

.ctor() 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: IProfileCardTextDecoData> IProfileCardTextDecoDataMethods for __T

Available on crate feature app-profilecardtextdecodata only.