Skip to main content

IDebugCommandline_OptProperty_FloatSetterMethods

Trait IDebugCommandline_OptProperty_FloatSetterMethods 

Source
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§

Source

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

Source

fn get_is_need_value(self) -> bool

get_IsNeedValue() overload

Source

fn ctor(self)

.ctor() 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: IDebugCommandline_OptProperty_FloatSetter> IDebugCommandline_OptProperty_FloatSetterMethods for __T

Available on crate feature app-debugcommandline only.