Skip to main content

IIExposedPropertyTableMethods

Trait IIExposedPropertyTableMethods 

Source
pub trait IIExposedPropertyTableMethods: IIExposedPropertyTable {
    // Provided method
    fn get_reference_value(
        self,
        id: impl Into<PropertyName>,
    ) -> (Object_2, bool) { ... }
}

Provided Methods§

Source

fn get_reference_value(self, id: impl Into<PropertyName>) -> (Object_2, bool)

GetReferenceValue(crate::unity_engine::propertyname::PropertyName, *mutbool) 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: IIExposedPropertyTable> IIExposedPropertyTableMethods for __T

Available on crate feature unity_engine-iexposedpropertytable only.