Skip to main content

IHubDemoDataMethods

Trait IHubDemoDataMethods 

Source
pub trait IHubDemoDataMethods: IHubDemoData {
Show 22 methods // Provided methods fn get_locator(self) -> Il2CppString { ... } fn set_locator(self, value: impl Into<Il2CppString>) { ... } fn get_mid(self) -> Il2CppString { ... } fn set_mid(self, value: impl Into<Il2CppString>) { ... } fn get_camera_name(self) -> Il2CppString { ... } fn set_camera_name(self, value: impl Into<Il2CppString>) { ... } fn get_tutorial(self) -> Il2CppString { ... } fn set_tutorial(self, value: impl Into<Il2CppString>) { ... } fn get_condition(self) -> Il2CppString { ... } fn set_condition(self, value: impl Into<Il2CppString>) { ... } fn get_timezone(self) -> i32 { ... } fn set_timezone(self, value: impl Into<i32>) { ... } fn get_flag_name(self) -> Il2CppString { ... } fn set_flag_name(self, value: impl Into<Il2CppString>) { ... } fn get_manual_culling_name(self) -> Il2CppString { ... } fn set_manual_culling_name(self, value: impl Into<Il2CppString>) { ... } fn get_lod_bias(self) -> f32 { ... } fn set_lod_bias(self, value: impl Into<f32>) { ... } fn get_is_disabled_lod_crossfade_anime(self) -> bool { ... } fn set_is_disabled_lod_crossfade_anime(self, value: impl Into<bool>) { ... } fn get_debug_name(self) -> Il2CppString { ... } 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_mid(self) -> Il2CppString

get_MID() overload

Source

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

set_MID(::unity::Il2CppString) overload

Source

fn get_camera_name(self) -> Il2CppString

get_CameraName() overload

Source

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

set_CameraName(::unity::Il2CppString) overload

Source

fn get_tutorial(self) -> Il2CppString

get_Tutorial() overload

Source

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

set_Tutorial(::unity::Il2CppString) overload

Source

fn get_condition(self) -> Il2CppString

get_Condition() overload

Source

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

set_Condition(::unity::Il2CppString) overload

Source

fn get_timezone(self) -> i32

get_Timezone() overload

Source

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

set_Timezone(i32) 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_manual_culling_name(self) -> Il2CppString

get_ManualCullingName() overload

Source

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

set_ManualCullingName(::unity::Il2CppString) overload

Source

fn get_lod_bias(self) -> f32

get_LodBias() overload

Source

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

set_LodBias(f32) overload

Source

fn get_is_disabled_lod_crossfade_anime(self) -> bool

get_IsDisabledLodCrossfadeAnime() overload

Source

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

set_IsDisabledLodCrossfadeAnime(bool) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() 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: IHubDemoData> IHubDemoDataMethods for __T

Available on crate feature app-hubdemodata only.