Skip to main content

IRewindMenuContent_RestRewindTimesMethods

Trait IRewindMenuContent_RestRewindTimesMethods 

Source
pub trait IRewindMenuContent_RestRewindTimesMethods: IRewindMenuContent_RestRewindTimes {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn set_times(self, times: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn set_times(self, times: impl Into<i32>)

SetTimes(i32) 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: IRewindMenuContent_RestRewindTimes> IRewindMenuContent_RestRewindTimesMethods for __T

Available on crate feature app-rewindmenucontent only.