Skip to main content

IRadialBlurComponent

Trait IRadialBlurComponent 

Source
pub trait IRadialBlurComponent: IMonoBehaviour {
    // Provided methods
    fn radial_blur(self) -> CustomRadialBlur { ... }
    fn set_radial_blur(self, value: CustomRadialBlur) { ... }
    fn radial_blur_curve(self) -> AnimationCurve { ... }
    fn set_radial_blur_curve(self, value: AnimationCurve) { ... }
    fn m_elapsed_time(self) -> f32 { ... }
    fn set_m_elapsed_time(self, value: f32) { ... }
}

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§