Skip to main content

IEditorPrefs_IntMethods

Trait IEditorPrefs_IntMethods 

Source
pub trait IEditorPrefs_IntMethods: IEditorPrefs_Int {
    // Provided methods
    fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<i32>) { ... }
    fn get_value(self) -> i32 { ... }
    fn set_value(self, value: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<i32>)

.ctor(::unity::Il2CppString, i32) overload

Source

fn get_value(self) -> i32

get_Value() overload

Source

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

set_Value(i32) 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: IEditorPrefs_Int> IEditorPrefs_IntMethods for __T

Available on crate feature combat-editorprefs_int only.