Skip to main content

ITrackBindingTypeAttributeMethods

Trait ITrackBindingTypeAttributeMethods 

Source
pub trait ITrackBindingTypeAttributeMethods: ITrackBindingTypeAttribute {
    // Provided methods
    fn ctor(self, type: impl Into<SystemType>) { ... }
    fn ctor_2(
        self,
        type: impl Into<SystemType>,
        flags: impl Into<TrackBindingFlags>,
    ) { ... }
}

Provided Methods§

Source

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

.ctor(::unity::SystemType) overload

Source

fn ctor_2( self, type: impl Into<SystemType>, flags: impl Into<TrackBindingFlags>, )

.ctor(::unity::SystemType, crate::unity_engine::timeline::trackbindingflags::TrackBindingFlags) 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: ITrackBindingTypeAttribute> ITrackBindingTypeAttributeMethods for __T

Available on crate feature unity_engine-timeline-trackbindingtypeattribute only.