Skip to main content

IIPropertyPreviewMethods

Trait IIPropertyPreviewMethods 

Source
pub trait IIPropertyPreviewMethods: IIPropertyPreview {
    // Provided method
    fn gather_properties(
        self,
        director: impl Into<PlayableDirector>,
        driver: impl Into<IPropertyCollector>,
    ) { ... }
}

Provided Methods§

Source

fn gather_properties( self, director: impl Into<PlayableDirector>, driver: impl Into<IPropertyCollector>, )

GatherProperties(crate::unity_engine::playables::playabledirector::PlayableDirector, crate::unity_engine::timeline::ipropertycollector::IPropertyCollector) 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: IIPropertyPreview> IIPropertyPreviewMethods for __T

Available on crate feature unity_engine-timeline-ipropertypreview only.