Skip to main content

IAkTimelineRtpcPlayable

Trait IAkTimelineRtpcPlayable 

Source
pub trait IAkTimelineRtpcPlayable: IPlayableAsset {
    // Provided methods
    fn set_globally(self) -> bool { ... }
    fn set_set_globally(self, value: bool) { ... }
    fn template(self) -> AkTimelineRtpcPlayableBehaviour { ... }
    fn set_template(self, value: AkTimelineRtpcPlayableBehaviour) { ... }
}

Provided Methods§

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§