Skip to main content

IRuntimeClipBaseMethods

Trait IRuntimeClipBaseMethods 

Source
pub trait IRuntimeClipBaseMethods: IRuntimeClipBase {
    // Provided methods
    fn get_start(self) -> f64 { ... }
    fn get_duration(self) -> f64 { ... }
    fn get_interval_start(self) -> i64 { ... }
    fn get_interval_end(self) -> i64 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_start(self) -> f64

get_start() overload

Source

fn get_duration(self) -> f64

get_duration() overload

Source

fn get_interval_start(self) -> i64

get_intervalStart() overload

Source

fn get_interval_end(self) -> i64

get_intervalEnd() 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: IRuntimeClipBase> IRuntimeClipBaseMethods for __T

Available on crate feature unity_engine-timeline-runtimeclipbase only.