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§
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: ITrackClipTypeAttribute> ITrackClipTypeAttributeMethods for __T
Available on crate feature
unity_engine-timeline-trackcliptypeattribute only.