pub trait ITweenRunner_1_2<T0: ClassIdentity>: IObject {
// Provided methods
fn m_coroutine_container(self) -> MonoBehaviour { ... }
fn set_m_coroutine_container(self, value: MonoBehaviour) { ... }
fn m_tween(self) -> IEnumerator { ... }
fn set_m_tween(self, value: IEnumerator) { ... }
}Provided Methods§
fn m_coroutine_container(self) -> MonoBehaviour
fn set_m_coroutine_container(self, value: MonoBehaviour)
fn m_tween(self) -> IEnumerator
fn set_m_tween(self, value: IEnumerator)
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.