Skip to main content

ITrackClipTypeAttributeMethods

Trait ITrackClipTypeAttributeMethods 

Source
pub trait ITrackClipTypeAttributeMethods: ITrackClipTypeAttribute {
    // Provided methods
    fn ctor(self, clip_class: impl Into<SystemType>) { ... }
    fn ctor_2(
        self,
        clip_class: impl Into<SystemType>,
        allow_auto_create: impl Into<bool>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self, clip_class: impl Into<SystemType>)

.ctor(::unity::SystemType) overload

Source

fn ctor_2( self, clip_class: impl Into<SystemType>, allow_auto_create: impl Into<bool>, )

.ctor(::unity::SystemType, bool) 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: ITrackClipTypeAttribute> ITrackClipTypeAttributeMethods for __T

Available on crate feature unity_engine-timeline-trackcliptypeattribute only.