pub trait IMusclePushUpAreaDataMethods: IMusclePushUpAreaData {
Show 14 methods
// Provided methods
fn get_id(self) -> Il2CppString { ... }
fn set_id(self, value: impl Into<Il2CppString>) { ... }
fn get_level(self) -> i32 { ... }
fn set_level(self, value: impl Into<i32>) { ... }
fn get_area_p_center(self) -> f32 { ... }
fn set_area_p_center(self, value: impl Into<f32>) { ... }
fn get_area_p_radius(self) -> f32 { ... }
fn set_area_p_radius(self, value: impl Into<f32>) { ... }
fn get_area_g_center(self) -> f32 { ... }
fn set_area_g_center(self, value: impl Into<f32>) { ... }
fn get_area_g_radius(self) -> f32 { ... }
fn set_area_g_radius(self, value: impl Into<f32>) { ... }
fn ctor(self) { ... }
fn on_build(self) { ... }
}Provided Methods§
Sourcefn get_id(self) -> Il2CppString
fn get_id(self) -> Il2CppString
get_ID() overload
Sourcefn set_id(self, value: impl Into<Il2CppString>)
fn set_id(self, value: impl Into<Il2CppString>)
set_ID(::unity::Il2CppString) overload
Sourcefn get_area_p_center(self) -> f32
fn get_area_p_center(self) -> f32
get_AreaP_Center() overload
Sourcefn set_area_p_center(self, value: impl Into<f32>)
fn set_area_p_center(self, value: impl Into<f32>)
set_AreaP_Center(f32) overload
Sourcefn get_area_p_radius(self) -> f32
fn get_area_p_radius(self) -> f32
get_AreaP_Radius() overload
Sourcefn set_area_p_radius(self, value: impl Into<f32>)
fn set_area_p_radius(self, value: impl Into<f32>)
set_AreaP_Radius(f32) overload
Sourcefn get_area_g_center(self) -> f32
fn get_area_g_center(self) -> f32
get_AreaG_Center() overload
Sourcefn set_area_g_center(self, value: impl Into<f32>)
fn set_area_g_center(self, value: impl Into<f32>)
set_AreaG_Center(f32) overload
Sourcefn get_area_g_radius(self) -> f32
fn get_area_g_radius(self) -> f32
get_AreaG_Radius() overload
Sourcefn set_area_g_radius(self, value: impl Into<f32>)
fn set_area_g_radius(self, value: impl Into<f32>)
set_AreaG_Radius(f32) 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: IMusclePushUpAreaData> IMusclePushUpAreaDataMethods for __T
Available on crate feature
app-musclepushupareadata only.