Skip to main content

IEditorPrefs_Float

Trait IEditorPrefs_Float 

Source
pub trait IEditorPrefs_Float: IObject {
    // Provided methods
    fn key(self) -> Il2CppString { ... }
    fn set_key(self, value: Il2CppString) { ... }
    fn default_value(self) -> f32 { ... }
    fn set_default_value(self, value: f32) { ... }
}

Provided Methods§

Source

fn key(self) -> Il2CppString

Source

fn set_key(self, value: Il2CppString)

Source

fn default_value(self) -> f32

Source

fn set_default_value(self, value: f32)

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§