Skip to main content

ITimelineAsset_EditorSettingsMethods

Trait ITimelineAsset_EditorSettingsMethods 

Source
pub trait ITimelineAsset_EditorSettingsMethods: ITimelineAsset_EditorSettings {
    // Provided methods
    fn get_fps(self) -> f32 { ... }
    fn set_fps(self, value: impl Into<f32>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_fps(self) -> f32

get_fps() overload

Source

fn set_fps(self, value: impl Into<f32>)

set_fps(f32) 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: ITimelineAsset_EditorSettings> ITimelineAsset_EditorSettingsMethods for __T

Available on crate feature unity_engine-timeline-timelineasset only.