Skip to main content

IWaitForSecondsMethods

Trait IWaitForSecondsMethods 

Source
pub trait IWaitForSecondsMethods: IWaitForSeconds {
    // Provided method
    fn ctor(self, seconds: impl Into<f32>) { ... }
}

Provided Methods§

Source

fn ctor(self, seconds: impl Into<f32>)

.ctor(f32) 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: IWaitForSeconds> IWaitForSecondsMethods for __T

Available on crate feature unity_engine-waitforseconds only.