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§
Sourcefn get_default_curves_name(self) -> Il2CppString
fn get_default_curves_name(self) -> Il2CppString
get_defaultCurvesName() overload
Sourcefn get_asset_owner(self) -> Object_2
fn get_asset_owner(self) -> Object_2
get_assetOwner() overload
Sourcefn get_target_track(self) -> TrackAsset
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§
impl<__T: IICurvesOwner> IICurvesOwnerMethods for __T
Available on crate feature
unity_engine-timeline-icurvesowner only.