#[repr(C)]pub struct Timer {}Expand description
Implementations§
Source§impl Timer
impl Timer
Sourcepub fn ctor(
&mut self,
is_show: impl Into<bool>,
format: impl Into<Il2CppString>,
args: impl Into<Array<Object>>,
)
pub fn ctor( &mut self, is_show: impl Into<bool>, format: impl Into<Il2CppString>, args: impl Into<Array<Object>>, )
.ctor(bool, ::unity::Il2CppString, ::unity::Array<crate::system::object::Object>) overload
Sourcepub fn ctor_2(
&mut self,
format: impl Into<Il2CppString>,
args: impl Into<Array<Object>>,
)
pub fn ctor_2( &mut self, format: impl Into<Il2CppString>, args: impl Into<Array<Object>>, )
.ctor(::unity::Il2CppString, ::unity::Array<crate::system::object::Object>) overload
Sourcepub fn start(
&mut self,
is_show: impl Into<bool>,
format: impl Into<Il2CppString>,
args: impl Into<Array<Object>>,
)
pub fn start( &mut self, is_show: impl Into<bool>, format: impl Into<Il2CppString>, args: impl Into<Array<Object>>, )
Start(bool, ::unity::Il2CppString, ::unity::Array<crate::system::object::Object>) overload
Sourcepub fn start_2(
&mut self,
format: impl Into<Il2CppString>,
args: impl Into<Array<Object>>,
)
pub fn start_2( &mut self, format: impl Into<Il2CppString>, args: impl Into<Array<Object>>, )
Start(::unity::Il2CppString, ::unity::Array<crate::system::object::Object>) overload
Sourcepub fn get_delta_time(&mut self) -> f32
pub fn get_delta_time(&mut self) -> f32
get_DeltaTime() overload
Source§impl Timer
impl Timer
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn start_method_info() -> &'static MethodInfo
pub fn start_2_method_info() -> &'static MethodInfo
pub fn stop_method_info() -> &'static MethodInfo
pub fn get_delta_time_method_info() -> &'static MethodInfo
pub fn is_valid_method_info() -> &'static MethodInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Timer
impl RefUnwindSafe for Timer
impl Send for Timer
impl Sync for Timer
impl Unpin for Timer
impl UnwindSafe for Timer
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)