#[repr(C)]pub struct DelayedActionManager_DelegateInfo {
pub m_id: i32,
pub m_delegate: Delegate,
pub m_target: Array<Object>,
}Expand description
Fields§
§m_id: i32§m_delegate: Delegate§m_target: Array<Object>Implementations§
Source§impl DelayedActionManager_DelegateInfo
impl DelayedActionManager_DelegateInfo
Sourcepub fn ctor(
&mut self,
d: impl Into<Delegate>,
invocation_time: impl Into<f32>,
p: impl Into<Array<Object>>,
)
pub fn ctor( &mut self, d: impl Into<Delegate>, invocation_time: impl Into<f32>, p: impl Into<Array<Object>>, )
.ctor(crate::system::delegate::Delegate, f32, ::unity::Array<crate::system::object::Object>) overload
Sourcepub fn get_invocation_time(&mut self) -> f32
pub fn get_invocation_time(&mut self) -> f32
get_InvocationTime() overload
Sourcepub fn set_invocation_time(&mut self, value: impl Into<f32>)
pub fn set_invocation_time(&mut self, value: impl Into<f32>)
set_InvocationTime(f32) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl DelayedActionManager_DelegateInfo
impl DelayedActionManager_DelegateInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_invocation_time_method_info() -> &'static MethodInfo
pub fn set_invocation_time_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn invoke_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for DelayedActionManager_DelegateInfo
impl Clone for DelayedActionManager_DelegateInfo
Source§fn clone(&self) -> DelayedActionManager_DelegateInfo
fn clone(&self) -> DelayedActionManager_DelegateInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DelayedActionManager_DelegateInfo
Auto Trait Implementations§
impl Freeze for DelayedActionManager_DelegateInfo
impl RefUnwindSafe for DelayedActionManager_DelegateInfo
impl !Send for DelayedActionManager_DelegateInfo
impl !Sync for DelayedActionManager_DelegateInfo
impl Unpin for DelayedActionManager_DelegateInfo
impl UnwindSafe for DelayedActionManager_DelegateInfo
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)