Skip to main content

IAkTimelineRtpcPlayableMethods

Trait IAkTimelineRtpcPlayableMethods 

Source
pub trait IAkTimelineRtpcPlayableMethods: IAkTimelineRtpcPlayable {
    // Provided methods
    fn setup_clip_display(self) { ... }
    fn get_owning_clip(self) -> TimelineClip { ... }
    fn set_owning_clip(self, value: impl Into<TimelineClip>) { ... }
    fn unity_engine_timeline_i_timeline_clip_asset_get_clip_caps(
        self,
    ) -> ClipCaps { ... }
    fn create_playable(
        self,
        graph: impl Into<PlayableGraph>,
        game_object: impl Into<GameObject>,
    ) -> Playable { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn setup_clip_display(self)

SetupClipDisplay() overload

Source

fn get_owning_clip(self) -> TimelineClip

get_owningClip() overload

Source

fn set_owning_clip(self, value: impl Into<TimelineClip>)

set_owningClip(crate::unity_engine::timeline::timelineclip::TimelineClip) overload

Source

fn unity_engine_timeline_i_timeline_clip_asset_get_clip_caps(self) -> ClipCaps

UnityEngine.Timeline.ITimelineClipAsset.get_clipCaps() overload

Source

fn create_playable( self, graph: impl Into<PlayableGraph>, game_object: impl Into<GameObject>, ) -> Playable

CreatePlayable(crate::unity_engine::playables::playablegraph::PlayableGraph, crate::unity_engine::gameobject::GameObject) overload

Source

fn ctor(self)

.ctor() 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: IAkTimelineRtpcPlayable> IAkTimelineRtpcPlayableMethods for __T

Available on crate feature root-aktimelinertpcplayable only.