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§
Sourcefn get_locator(self) -> Il2CppString
fn get_locator(self) -> Il2CppString
get_Locator() overload
Sourcefn set_locator(self, value: impl Into<Il2CppString>)
fn set_locator(self, value: impl Into<Il2CppString>)
set_Locator(::unity::Il2CppString) overload
Sourcefn get_parent_locator(self) -> Il2CppString
fn get_parent_locator(self) -> Il2CppString
get_ParentLocator() overload
Sourcefn set_parent_locator(self, value: impl Into<Il2CppString>)
fn set_parent_locator(self, value: impl Into<Il2CppString>)
set_ParentLocator(::unity::Il2CppString) overload
Sourcefn get_is_must_child(self) -> bool
fn get_is_must_child(self) -> bool
get_IsMustChild() overload
Sourcefn set_is_must_child(self, value: impl Into<bool>)
fn set_is_must_child(self, value: impl Into<bool>)
set_IsMustChild(bool) overload
Sourcefn get_fade_distance(self) -> f32
fn get_fade_distance(self) -> f32
get_FadeDistance() overload
Sourcefn set_fade_distance(self, value: impl Into<f32>)
fn set_fade_distance(self, value: impl Into<f32>)
set_FadeDistance(f32) overload
Sourcefn get_priority(self) -> i32
fn get_priority(self) -> i32
get_Priority() overload
Sourcefn set_priority(self, value: impl Into<i32>)
fn set_priority(self, value: impl Into<i32>)
set_Priority(i32) overload
Sourcefn get_chapter(self) -> Il2CppString
fn get_chapter(self) -> Il2CppString
get_Chapter() overload
Sourcefn set_chapter(self, value: impl Into<Il2CppString>)
fn set_chapter(self, value: impl Into<Il2CppString>)
set_Chapter(::unity::Il2CppString) overload
Sourcefn get_phase(self) -> HubDisposData_PhaseType
fn get_phase(self) -> HubDisposData_PhaseType
get_Phase() overload
Sourcefn set_phase(self, value: impl Into<HubDisposData_PhaseType>)
fn set_phase(self, value: impl Into<HubDisposData_PhaseType>)
set_Phase(crate::app::hubdisposdata::HubDisposData_PhaseType) overload
Sourcefn get_timezone_flag(self) -> HubDisposData_TimezoneFlags
fn get_timezone_flag(self) -> HubDisposData_TimezoneFlags
get_TimezoneFlag() overload
Sourcefn set_timezone_flag(self, value: impl Into<HubDisposData_TimezoneFlags>)
fn set_timezone_flag(self, value: impl Into<HubDisposData_TimezoneFlags>)
set_TimezoneFlag(crate::app::hubdisposdata::HubDisposData_TimezoneFlags) overload
Sourcefn get_flag_name(self) -> Il2CppString
fn get_flag_name(self) -> Il2CppString
get_FlagName() overload
Sourcefn set_flag_name(self, value: impl Into<Il2CppString>)
fn set_flag_name(self, value: impl Into<Il2CppString>)
set_FlagName(::unity::Il2CppString) overload
Sourcefn get_any_condition(self) -> Il2CppString
fn get_any_condition(self) -> Il2CppString
get_AnyCondition() overload
Sourcefn set_any_condition(self, value: impl Into<Il2CppString>)
fn set_any_condition(self, value: impl Into<Il2CppString>)
set_AnyCondition(::unity::Il2CppString) overload
Sourcefn get_content_type(self) -> HubDisposData_Type
fn get_content_type(self) -> HubDisposData_Type
get_ContentType() overload
Sourcefn set_content_type(self, value: impl Into<HubDisposData_Type>)
fn set_content_type(self, value: impl Into<HubDisposData_Type>)
set_ContentType(crate::app::hubdisposdata::HubDisposData_Type) overload
Sourcefn get_aid(self) -> Il2CppString
fn get_aid(self) -> Il2CppString
get_AID() overload
Sourcefn set_aid(self, value: impl Into<Il2CppString>)
fn set_aid(self, value: impl Into<Il2CppString>)
set_AID(::unity::Il2CppString) overload
Sourcefn get_talk_pattern(self) -> Il2CppString
fn get_talk_pattern(self) -> Il2CppString
get_TalkPattern() overload
Sourcefn set_talk_pattern(self, value: impl Into<Il2CppString>)
fn set_talk_pattern(self, value: impl Into<Il2CppString>)
set_TalkPattern(::unity::Il2CppString) overload
Sourcefn get_help_label(self) -> Il2CppString
fn get_help_label(self) -> Il2CppString
get_HelpLabel() overload
Sourcefn set_help_label(self, value: impl Into<Il2CppString>)
fn set_help_label(self, value: impl Into<Il2CppString>)
set_HelpLabel(::unity::Il2CppString) overload
Sourcefn get_main_label(self) -> Il2CppString
fn get_main_label(self) -> Il2CppString
get_MainLabel() overload
Sourcefn set_main_label(self, value: impl Into<Il2CppString>)
fn set_main_label(self, value: impl Into<Il2CppString>)
set_MainLabel(::unity::Il2CppString) overload
Sourcefn get_script_name(self) -> Il2CppString
fn get_script_name(self) -> Il2CppString
get_ScriptName() overload
Sourcefn set_script_name(self, value: impl Into<Il2CppString>)
fn set_script_name(self, value: impl Into<Il2CppString>)
set_ScriptName(::unity::Il2CppString) overload
Sourcefn get_access_type(self) -> HubDisposData_AccessTypes
fn get_access_type(self) -> HubDisposData_AccessTypes
get_AccessType() overload
Sourcefn set_access_type(self, value: impl Into<HubDisposData_AccessTypes>)
fn set_access_type(self, value: impl Into<HubDisposData_AccessTypes>)
set_AccessType(crate::app::hubdisposdata::HubDisposData_AccessTypes) overload
Sourcefn get_idle_body_name(self) -> Il2CppString
fn get_idle_body_name(self) -> Il2CppString
get_IdleBodyName() overload
Sourcefn set_idle_body_name(self, value: impl Into<Il2CppString>)
fn set_idle_body_name(self, value: impl Into<Il2CppString>)
set_IdleBodyName(::unity::Il2CppString) overload
Sourcefn get_idle_face_name(self) -> Il2CppString
fn get_idle_face_name(self) -> Il2CppString
get_IdleFaceName() overload
Sourcefn set_idle_face_name(self, value: impl Into<Il2CppString>)
fn set_idle_face_name(self, value: impl Into<Il2CppString>)
set_IdleFaceName(::unity::Il2CppString) overload
Sourcefn get_idle_type(self) -> HubDisposData_IdleTypes
fn get_idle_type(self) -> HubDisposData_IdleTypes
get_IdleType() overload
Sourcefn set_idle_type(self, value: impl Into<HubDisposData_IdleTypes>)
fn set_idle_type(self, value: impl Into<HubDisposData_IdleTypes>)
set_IdleType(crate::app::hubdisposdata::HubDisposData_IdleTypes) overload
Sourcefn get_disabled_anim(self) -> bool
fn get_disabled_anim(self) -> bool
get_DisabledAnim() overload
Sourcefn set_disabled_anim(self, value: impl Into<bool>)
fn set_disabled_anim(self, value: impl Into<bool>)
set_DisabledAnim(bool) overload
Sourcefn get_disabled_talk(self) -> bool
fn get_disabled_talk(self) -> bool
get_DisabledTalk() overload
Sourcefn set_disabled_talk(self, value: impl Into<bool>)
fn set_disabled_talk(self, value: impl Into<bool>)
set_DisabledTalk(bool) overload
Sourcefn get_ignore_story(self) -> bool
fn get_ignore_story(self) -> bool
get_IgnoreStory() overload
Sourcefn set_ignore_story(self, value: impl Into<bool>)
fn set_ignore_story(self, value: impl Into<bool>)
set_IgnoreStory(bool) overload
Sourcefn get_bind(self) -> Il2CppString
fn get_bind(self) -> Il2CppString
get_Bind() overload
Sourcefn set_bind(self, value: impl Into<Il2CppString>)
fn set_bind(self, value: impl Into<Il2CppString>)
set_Bind(::unity::Il2CppString) overload
Sourcefn get_dispos_type(self) -> HubDisposData_DisposTypes
fn get_dispos_type(self) -> HubDisposData_DisposTypes
get_DisposType() overload
Sourcefn set_dispos_type(self, value: impl Into<HubDisposData_DisposTypes>)
fn set_dispos_type(self, value: impl Into<HubDisposData_DisposTypes>)
set_DisposType(crate::app::hubdisposdata::HubDisposData_DisposTypes) overload
Sourcefn get_access_angle(self) -> f32
fn get_access_angle(self) -> f32
get_AccessAngle() overload
Sourcefn set_access_angle(self, value: impl Into<f32>)
fn set_access_angle(self, value: impl Into<f32>)
set_AccessAngle(f32) overload
Sourcefn get_move_name(self) -> Il2CppString
fn get_move_name(self) -> Il2CppString
get_MoveName() overload
Sourcefn set_move_name(self, value: impl Into<Il2CppString>)
fn set_move_name(self, value: impl Into<Il2CppString>)
set_MoveName(::unity::Il2CppString) overload
Sourcefn get_area(self) -> Il2CppString
fn get_area(self) -> Il2CppString
get_Area() overload
Sourcefn set_area(self, value: impl Into<Il2CppString>)
fn set_area(self, value: impl Into<Il2CppString>)
set_Area(::unity::Il2CppString) overload
Sourcefn get_disabled_mini_map(self) -> bool
fn get_disabled_mini_map(self) -> bool
get_DisabledMiniMap() overload
Sourcefn set_disabled_mini_map(self, value: impl Into<bool>)
fn set_disabled_mini_map(self, value: impl Into<bool>)
set_DisabledMiniMap(bool) overload
Sourcefn get_weight(self) -> f32
fn get_weight(self) -> f32
get_Weight() overload
Sourcefn set_weight(self, value: impl Into<f32>)
fn set_weight(self, value: impl Into<f32>)
set_Weight(f32) overload
Sourcefn get_optimize_type(self) -> i32
fn get_optimize_type(self) -> i32
get_OptimizeType() overload
Sourcefn set_optimize_type(self, value: impl Into<i32>)
fn set_optimize_type(self, value: impl Into<i32>)
set_OptimizeType(i32) overload
Sourcefn get_debug_name(self) -> Il2CppString
fn get_debug_name(self) -> Il2CppString
GetDebugName() 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: IHubDisposData> IHubDisposDataMethods for __T
app-hubdisposdata only.