pub trait IDebugCommandline_OptProperty_FloatSetterMethods: IDebugCommandline_OptProperty_FloatSetter {
// Provided methods
fn set(
self,
obj: impl Into<Object>,
property_info: impl Into<PropertyInfo>,
value: impl Into<Il2CppString>,
) -> bool { ... }
fn get_is_need_value(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set(
self,
obj: impl Into<Object>,
property_info: impl Into<PropertyInfo>,
value: impl Into<Il2CppString>,
) -> bool
fn set( self, obj: impl Into<Object>, property_info: impl Into<PropertyInfo>, value: impl Into<Il2CppString>, ) -> bool
Set(crate::system::object::Object, crate::system::reflection::propertyinfo::PropertyInfo, ::unity::Il2CppString) overload
Sourcefn get_is_need_value(self) -> bool
fn get_is_need_value(self) -> bool
get_IsNeedValue() 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: IDebugCommandline_OptProperty_FloatSetter> IDebugCommandline_OptProperty_FloatSetterMethods for __T
Available on crate feature
app-debugcommandline only.