Skip to main content

ISupportsChildTracksAttributeMethods

Trait ISupportsChildTracksAttributeMethods 

Source
pub trait ISupportsChildTracksAttributeMethods: ISupportsChildTracksAttribute {
    // Provided method
    fn ctor(self, child_type: impl Into<SystemType>, levels: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self, child_type: impl Into<SystemType>, levels: impl Into<i32>)

.ctor(::unity::SystemType, i32) 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: ISupportsChildTracksAttribute> ISupportsChildTracksAttributeMethods for __T

Available on crate feature unity_engine-timeline-supportschildtracksattribute only.