pub trait IEditorPrefs_FloatMethods: IEditorPrefs_Float {
// Provided methods
fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<f32>) { ... }
fn get_value(self) -> f32 { ... }
fn set_value(self, value: impl Into<f32>) { ... }
}Provided Methods§
Sourcefn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<f32>)
fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<f32>)
.ctor(::unity::Il2CppString, 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: IEditorPrefs_Float> IEditorPrefs_FloatMethods for __T
Available on crate feature
combat-editorprefs_float only.