Skip to main content

IHubDisposDataMethods

Trait IHubDisposDataMethods 

Source
pub trait IHubDisposDataMethods: IHubDisposData {
Show 74 methods // Provided methods fn get_locator(self) -> Il2CppString { ... } fn set_locator(self, value: impl Into<Il2CppString>) { ... } fn get_parent_locator(self) -> Il2CppString { ... } fn set_parent_locator(self, value: impl Into<Il2CppString>) { ... } fn get_is_must_child(self) -> bool { ... } fn set_is_must_child(self, value: impl Into<bool>) { ... } fn get_fade_distance(self) -> f32 { ... } fn set_fade_distance(self, value: impl Into<f32>) { ... } fn get_priority(self) -> i32 { ... } fn set_priority(self, value: impl Into<i32>) { ... } fn get_chapter(self) -> Il2CppString { ... } fn set_chapter(self, value: impl Into<Il2CppString>) { ... } fn get_phase(self) -> HubDisposData_PhaseType { ... } fn set_phase(self, value: impl Into<HubDisposData_PhaseType>) { ... } fn get_timezone_flag(self) -> HubDisposData_TimezoneFlags { ... } fn set_timezone_flag(self, value: impl Into<HubDisposData_TimezoneFlags>) { ... } fn get_flag_name(self) -> Il2CppString { ... } fn set_flag_name(self, value: impl Into<Il2CppString>) { ... } fn get_any_condition(self) -> Il2CppString { ... } fn set_any_condition(self, value: impl Into<Il2CppString>) { ... } fn get_content_type(self) -> HubDisposData_Type { ... } fn set_content_type(self, value: impl Into<HubDisposData_Type>) { ... } fn get_aid(self) -> Il2CppString { ... } fn set_aid(self, value: impl Into<Il2CppString>) { ... } fn get_talk_pattern(self) -> Il2CppString { ... } fn set_talk_pattern(self, value: impl Into<Il2CppString>) { ... } fn get_help_label(self) -> Il2CppString { ... } fn set_help_label(self, value: impl Into<Il2CppString>) { ... } fn get_main_label(self) -> Il2CppString { ... } fn set_main_label(self, value: impl Into<Il2CppString>) { ... } fn get_script_name(self) -> Il2CppString { ... } fn set_script_name(self, value: impl Into<Il2CppString>) { ... } fn get_access_type(self) -> HubDisposData_AccessTypes { ... } fn set_access_type(self, value: impl Into<HubDisposData_AccessTypes>) { ... } fn get_idle_body_name(self) -> Il2CppString { ... } fn set_idle_body_name(self, value: impl Into<Il2CppString>) { ... } fn get_idle_face_name(self) -> Il2CppString { ... } fn set_idle_face_name(self, value: impl Into<Il2CppString>) { ... } fn get_idle_type(self) -> HubDisposData_IdleTypes { ... } fn set_idle_type(self, value: impl Into<HubDisposData_IdleTypes>) { ... } fn get_disabled_anim(self) -> bool { ... } fn set_disabled_anim(self, value: impl Into<bool>) { ... } fn get_disabled_talk(self) -> bool { ... } fn set_disabled_talk(self, value: impl Into<bool>) { ... } fn get_ignore_story(self) -> bool { ... } fn set_ignore_story(self, value: impl Into<bool>) { ... } fn get_bind(self) -> Il2CppString { ... } fn set_bind(self, value: impl Into<Il2CppString>) { ... } fn get_dispos_type(self) -> HubDisposData_DisposTypes { ... } fn set_dispos_type(self, value: impl Into<HubDisposData_DisposTypes>) { ... } fn get_access_angle(self) -> f32 { ... } fn set_access_angle(self, value: impl Into<f32>) { ... } fn get_move_name(self) -> Il2CppString { ... } fn set_move_name(self, value: impl Into<Il2CppString>) { ... } fn get_area(self) -> Il2CppString { ... } fn set_area(self, value: impl Into<Il2CppString>) { ... } fn get_layer(self) -> i32 { ... } fn set_layer(self, value: impl Into<i32>) { ... } fn get_disabled_mini_map(self) -> bool { ... } fn set_disabled_mini_map(self, value: impl Into<bool>) { ... } fn get_weight(self) -> f32 { ... } fn set_weight(self, value: impl Into<f32>) { ... } fn get_optimize_type(self) -> i32 { ... } fn set_optimize_type(self, value: impl Into<i32>) { ... } fn is_chair(self) -> bool { ... } fn is_pick(self) -> bool { ... } fn is_squat(self) -> bool { ... } fn is_sit_up(self) -> bool { ... } fn is_sit(self) -> bool { ... } fn is_sing(self) -> bool { ... } fn is_fish(self) -> bool { ... } fn get_debug_name(self) -> Il2CppString { ... } fn on_build(self) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_locator(self) -> Il2CppString

get_Locator() overload

Source

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

set_Locator(::unity::Il2CppString) overload

Source

fn get_parent_locator(self) -> Il2CppString

get_ParentLocator() overload

Source

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

set_ParentLocator(::unity::Il2CppString) overload

Source

fn get_is_must_child(self) -> bool

get_IsMustChild() overload

Source

fn set_is_must_child(self, value: impl Into<bool>)

set_IsMustChild(bool) overload

Source

fn get_fade_distance(self) -> f32

get_FadeDistance() overload

Source

fn set_fade_distance(self, value: impl Into<f32>)

set_FadeDistance(f32) overload

Source

fn get_priority(self) -> i32

get_Priority() overload

Source

fn set_priority(self, value: impl Into<i32>)

set_Priority(i32) overload

Source

fn get_chapter(self) -> Il2CppString

get_Chapter() overload

Source

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

set_Chapter(::unity::Il2CppString) overload

Source

fn get_phase(self) -> HubDisposData_PhaseType

get_Phase() overload

Source

fn set_phase(self, value: impl Into<HubDisposData_PhaseType>)

set_Phase(crate::app::hubdisposdata::HubDisposData_PhaseType) overload

Source

fn get_timezone_flag(self) -> HubDisposData_TimezoneFlags

get_TimezoneFlag() overload

Source

fn set_timezone_flag(self, value: impl Into<HubDisposData_TimezoneFlags>)

set_TimezoneFlag(crate::app::hubdisposdata::HubDisposData_TimezoneFlags) overload

Source

fn get_flag_name(self) -> Il2CppString

get_FlagName() overload

Source

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

set_FlagName(::unity::Il2CppString) overload

Source

fn get_any_condition(self) -> Il2CppString

get_AnyCondition() overload

Source

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

set_AnyCondition(::unity::Il2CppString) overload

Source

fn get_content_type(self) -> HubDisposData_Type

get_ContentType() overload

Source

fn set_content_type(self, value: impl Into<HubDisposData_Type>)

set_ContentType(crate::app::hubdisposdata::HubDisposData_Type) overload

Source

fn get_aid(self) -> Il2CppString

get_AID() overload

Source

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

set_AID(::unity::Il2CppString) overload

Source

fn get_talk_pattern(self) -> Il2CppString

get_TalkPattern() overload

Source

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

set_TalkPattern(::unity::Il2CppString) overload

Source

fn get_help_label(self) -> Il2CppString

get_HelpLabel() overload

Source

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

set_HelpLabel(::unity::Il2CppString) overload

Source

fn get_main_label(self) -> Il2CppString

get_MainLabel() overload

Source

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

set_MainLabel(::unity::Il2CppString) overload

Source

fn get_script_name(self) -> Il2CppString

get_ScriptName() overload

Source

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

set_ScriptName(::unity::Il2CppString) overload

Source

fn get_access_type(self) -> HubDisposData_AccessTypes

get_AccessType() overload

Source

fn set_access_type(self, value: impl Into<HubDisposData_AccessTypes>)

set_AccessType(crate::app::hubdisposdata::HubDisposData_AccessTypes) overload

Source

fn get_idle_body_name(self) -> Il2CppString

get_IdleBodyName() overload

Source

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

set_IdleBodyName(::unity::Il2CppString) overload

Source

fn get_idle_face_name(self) -> Il2CppString

get_IdleFaceName() overload

Source

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

set_IdleFaceName(::unity::Il2CppString) overload

Source

fn get_idle_type(self) -> HubDisposData_IdleTypes

get_IdleType() overload

Source

fn set_idle_type(self, value: impl Into<HubDisposData_IdleTypes>)

set_IdleType(crate::app::hubdisposdata::HubDisposData_IdleTypes) overload

Source

fn get_disabled_anim(self) -> bool

get_DisabledAnim() overload

Source

fn set_disabled_anim(self, value: impl Into<bool>)

set_DisabledAnim(bool) overload

Source

fn get_disabled_talk(self) -> bool

get_DisabledTalk() overload

Source

fn set_disabled_talk(self, value: impl Into<bool>)

set_DisabledTalk(bool) overload

Source

fn get_ignore_story(self) -> bool

get_IgnoreStory() overload

Source

fn set_ignore_story(self, value: impl Into<bool>)

set_IgnoreStory(bool) overload

Source

fn get_bind(self) -> Il2CppString

get_Bind() overload

Source

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

set_Bind(::unity::Il2CppString) overload

Source

fn get_dispos_type(self) -> HubDisposData_DisposTypes

get_DisposType() overload

Source

fn set_dispos_type(self, value: impl Into<HubDisposData_DisposTypes>)

set_DisposType(crate::app::hubdisposdata::HubDisposData_DisposTypes) overload

Source

fn get_access_angle(self) -> f32

get_AccessAngle() overload

Source

fn set_access_angle(self, value: impl Into<f32>)

set_AccessAngle(f32) overload

Source

fn get_move_name(self) -> Il2CppString

get_MoveName() overload

Source

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

set_MoveName(::unity::Il2CppString) overload

Source

fn get_area(self) -> Il2CppString

get_Area() overload

Source

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

set_Area(::unity::Il2CppString) overload

Source

fn get_layer(self) -> i32

get_Layer() overload

Source

fn set_layer(self, value: impl Into<i32>)

set_Layer(i32) overload

Source

fn get_disabled_mini_map(self) -> bool

get_DisabledMiniMap() overload

Source

fn set_disabled_mini_map(self, value: impl Into<bool>)

set_DisabledMiniMap(bool) overload

Source

fn get_weight(self) -> f32

get_Weight() overload

Source

fn set_weight(self, value: impl Into<f32>)

set_Weight(f32) overload

Source

fn get_optimize_type(self) -> i32

get_OptimizeType() overload

Source

fn set_optimize_type(self, value: impl Into<i32>)

set_OptimizeType(i32) overload

Source

fn is_chair(self) -> bool

IsChair() overload

Source

fn is_pick(self) -> bool

IsPick() overload

Source

fn is_squat(self) -> bool

IsSquat() overload

Source

fn is_sit_up(self) -> bool

IsSitUp() overload

Source

fn is_sit(self) -> bool

IsSit() overload

Source

fn is_sing(self) -> bool

IsSing() overload

Source

fn is_fish(self) -> bool

IsFish() overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn on_build(self)

OnBuild() 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: IHubDisposData> IHubDisposDataMethods for __T

Available on crate feature app-hubdisposdata only.