Skip to main content

IICurvesOwnerMethods

Trait IICurvesOwnerMethods 

Source
pub trait IICurvesOwnerMethods: IICurvesOwner {
    // Provided methods
    fn get_default_curves_name(self) -> Il2CppString { ... }
    fn get_asset(self) -> Object_2 { ... }
    fn get_asset_owner(self) -> Object_2 { ... }
    fn get_target_track(self) -> TrackAsset { ... }
}

Provided Methods§

Source

fn get_default_curves_name(self) -> Il2CppString

get_defaultCurvesName() overload

Source

fn get_asset(self) -> Object_2

get_asset() overload

Source

fn get_asset_owner(self) -> Object_2

get_assetOwner() overload

Source

fn get_target_track(self) -> TrackAsset

get_targetTrack() 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: IICurvesOwner> IICurvesOwnerMethods for __T

Available on crate feature unity_engine-timeline-icurvesowner only.