pub struct Object_2(/* private fields */);Expand description
IL2CPP class: UnityEngine.Object
Inherits: Object
Implementations§
Source§impl Object_2
impl Object_2
pub fn offset_of_instance_id_in_c_plus_plus_object() -> i32
pub fn set_offset_of_instance_id_in_c_plus_plus_object(value: i32)
pub fn object_is_null_message() -> Il2CppString
pub fn set_object_is_null_message(value: Il2CppString)
pub fn clone_destroyed_message() -> Il2CppString
pub fn set_clone_destroyed_message(value: Il2CppString)
Source§impl Object_2
impl Object_2
Sourcepub fn op_implicit(exists: impl Into<Object_2>) -> bool
pub fn op_implicit(exists: impl Into<Object_2>) -> bool
op_Implicit(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn compare_base_objects(
lhs: impl Into<Object_2>,
rhs: impl Into<Object_2>,
) -> bool
pub fn compare_base_objects( lhs: impl Into<Object_2>, rhs: impl Into<Object_2>, ) -> bool
CompareBaseObjects(crate::unity_engine::object_2::Object_2, crate::unity_engine::object_2::Object_2) overload
Sourcepub fn is_native_object_alive(o: impl Into<Object_2>) -> bool
pub fn is_native_object_alive(o: impl Into<Object_2>) -> bool
IsNativeObjectAlive(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn instantiate(
original: impl Into<Object_2>,
position: impl Into<Vector3>,
rotation: impl Into<Quaternion>,
) -> Object_2
pub fn instantiate( original: impl Into<Object_2>, position: impl Into<Vector3>, rotation: impl Into<Quaternion>, ) -> Object_2
Instantiate(crate::unity_engine::object_2::Object_2, crate::unity_engine::vector3::Vector3, crate::unity_engine::quaternion::Quaternion) overload
Sourcepub fn instantiate_2(
original: impl Into<Object_2>,
position: impl Into<Vector3>,
rotation: impl Into<Quaternion>,
parent: impl Into<Transform>,
) -> Object_2
pub fn instantiate_2( original: impl Into<Object_2>, position: impl Into<Vector3>, rotation: impl Into<Quaternion>, parent: impl Into<Transform>, ) -> Object_2
Instantiate(crate::unity_engine::object_2::Object_2, crate::unity_engine::vector3::Vector3, crate::unity_engine::quaternion::Quaternion, crate::unity_engine::transform::Transform) overload
Sourcepub fn instantiate_3(original: impl Into<Object_2>) -> Object_2
pub fn instantiate_3(original: impl Into<Object_2>) -> Object_2
Instantiate(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn instantiate_4(
original: impl Into<Object_2>,
parent: impl Into<Transform>,
) -> Object_2
pub fn instantiate_4( original: impl Into<Object_2>, parent: impl Into<Transform>, ) -> Object_2
Instantiate(crate::unity_engine::object_2::Object_2, crate::unity_engine::transform::Transform) overload
Sourcepub fn instantiate_5(
original: impl Into<Object_2>,
parent: impl Into<Transform>,
instantiate_in_world_space: impl Into<bool>,
) -> Object_2
pub fn instantiate_5( original: impl Into<Object_2>, parent: impl Into<Transform>, instantiate_in_world_space: impl Into<bool>, ) -> Object_2
Instantiate(crate::unity_engine::object_2::Object_2, crate::unity_engine::transform::Transform, bool) overload
pub fn instantiate_6<M0: IlType + Copy + ClassIdentity>( original: impl Into<M0>, ) -> M0
pub fn instantiate_7<M0: IlType + Copy + ClassIdentity>( original: impl Into<M0>, position: impl Into<Vector3>, rotation: impl Into<Quaternion>, ) -> M0
pub fn instantiate_8<M0: IlType + Copy + ClassIdentity>( original: impl Into<M0>, position: impl Into<Vector3>, rotation: impl Into<Quaternion>, parent: impl Into<Transform>, ) -> M0
pub fn instantiate_9<M0: IlType + Copy + ClassIdentity>( original: impl Into<M0>, parent: impl Into<Transform>, ) -> M0
pub fn instantiate_10<M0: IlType + Copy + ClassIdentity>( original: impl Into<M0>, parent: impl Into<Transform>, world_position_stays: impl Into<bool>, ) -> M0
Sourcepub fn destroy(obj: impl Into<Object_2>, t: impl Into<f32>)
pub fn destroy(obj: impl Into<Object_2>, t: impl Into<f32>)
Destroy(crate::unity_engine::object_2::Object_2, f32) overload
Sourcepub fn destroy_2(obj: impl Into<Object_2>)
pub fn destroy_2(obj: impl Into<Object_2>)
Destroy(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn destroy_immediate(
obj: impl Into<Object_2>,
allow_destroying_assets: impl Into<bool>,
)
pub fn destroy_immediate( obj: impl Into<Object_2>, allow_destroying_assets: impl Into<bool>, )
DestroyImmediate(crate::unity_engine::object_2::Object_2, bool) overload
Sourcepub fn destroy_immediate_2(obj: impl Into<Object_2>)
pub fn destroy_immediate_2(obj: impl Into<Object_2>)
DestroyImmediate(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn find_objects_of_type(type: impl Into<SystemType>) -> Array<Object_2>
pub fn find_objects_of_type(type: impl Into<SystemType>) -> Array<Object_2>
FindObjectsOfType(::unity::SystemType) overload
Sourcepub fn find_objects_of_type_2(
type: impl Into<SystemType>,
include_inactive: impl Into<bool>,
) -> Array<Object_2>
pub fn find_objects_of_type_2( type: impl Into<SystemType>, include_inactive: impl Into<bool>, ) -> Array<Object_2>
FindObjectsOfType(::unity::SystemType, bool) overload
Sourcepub fn dont_destroy_on_load(target: impl Into<Object_2>)
pub fn dont_destroy_on_load(target: impl Into<Object_2>)
DontDestroyOnLoad(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn destroy_object(obj: impl Into<Object_2>, t: impl Into<f32>)
pub fn destroy_object(obj: impl Into<Object_2>, t: impl Into<f32>)
DestroyObject(crate::unity_engine::object_2::Object_2, f32) overload
Sourcepub fn destroy_object_2(obj: impl Into<Object_2>)
pub fn destroy_object_2(obj: impl Into<Object_2>)
DestroyObject(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn find_scene_objects_of_type(
type: impl Into<SystemType>,
) -> Array<Object_2>
pub fn find_scene_objects_of_type( type: impl Into<SystemType>, ) -> Array<Object_2>
FindSceneObjectsOfType(::unity::SystemType) overload
Sourcepub fn find_objects_of_type_including_assets(
type: impl Into<SystemType>,
) -> Array<Object_2>
pub fn find_objects_of_type_including_assets( type: impl Into<SystemType>, ) -> Array<Object_2>
FindObjectsOfTypeIncludingAssets(::unity::SystemType) overload
pub fn find_objects_of_type_3<M0: IlType + Copy + ClassIdentity>() -> Array<M0>
pub fn find_objects_of_type_4<M0: IlType + Copy + ClassIdentity>( include_inactive: impl Into<bool>, ) -> Array<M0>
pub fn find_object_of_type<M0: IlType + Copy + ClassIdentity>() -> M0
pub fn find_object_of_type_2<M0: IlType + Copy + ClassIdentity>( include_inactive: impl Into<bool>, ) -> M0
Sourcepub fn find_objects_of_type_all(type: impl Into<SystemType>) -> Array<Object_2>
pub fn find_objects_of_type_all(type: impl Into<SystemType>) -> Array<Object_2>
FindObjectsOfTypeAll(::unity::SystemType) overload
Sourcepub fn check_null_argument(
arg: impl Into<Object>,
message: impl Into<Il2CppString>,
)
pub fn check_null_argument( arg: impl Into<Object>, message: impl Into<Il2CppString>, )
CheckNullArgument(crate::system::object::Object, ::unity::Il2CppString) overload
Sourcepub fn find_object_of_type_3(type: impl Into<SystemType>) -> Object_2
pub fn find_object_of_type_3(type: impl Into<SystemType>) -> Object_2
FindObjectOfType(::unity::SystemType) overload
Sourcepub fn find_object_of_type_4(
type: impl Into<SystemType>,
include_inactive: impl Into<bool>,
) -> Object_2
pub fn find_object_of_type_4( type: impl Into<SystemType>, include_inactive: impl Into<bool>, ) -> Object_2
FindObjectOfType(::unity::SystemType, bool) overload
Sourcepub fn op_equality(x: impl Into<Object_2>, y: impl Into<Object_2>) -> bool
pub fn op_equality(x: impl Into<Object_2>, y: impl Into<Object_2>) -> bool
op_Equality(crate::unity_engine::object_2::Object_2, crate::unity_engine::object_2::Object_2) overload
Sourcepub fn op_inequality(x: impl Into<Object_2>, y: impl Into<Object_2>) -> bool
pub fn op_inequality(x: impl Into<Object_2>, y: impl Into<Object_2>) -> bool
op_Inequality(crate::unity_engine::object_2::Object_2, crate::unity_engine::object_2::Object_2) overload
Sourcepub fn get_offset_of_instance_id_in_c_plus_plus_object() -> i32
pub fn get_offset_of_instance_id_in_c_plus_plus_object() -> i32
GetOffsetOfInstanceIDInCPlusPlusObject() overload
Sourcepub fn current_thread_is_main_thread() -> bool
pub fn current_thread_is_main_thread() -> bool
CurrentThreadIsMainThread() overload
Sourcepub fn internal_clone_single(data: impl Into<Object_2>) -> Object_2
pub fn internal_clone_single(data: impl Into<Object_2>) -> Object_2
Internal_CloneSingle(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn internal_clone_single_with_parent(
data: impl Into<Object_2>,
parent: impl Into<Transform>,
world_position_stays: impl Into<bool>,
) -> Object_2
pub fn internal_clone_single_with_parent( data: impl Into<Object_2>, parent: impl Into<Transform>, world_position_stays: impl Into<bool>, ) -> Object_2
Internal_CloneSingleWithParent(crate::unity_engine::object_2::Object_2, crate::unity_engine::transform::Transform, bool) overload
Sourcepub fn internal_instantiate_single(
data: impl Into<Object_2>,
pos: impl Into<Vector3>,
rot: impl Into<Quaternion>,
) -> Object_2
pub fn internal_instantiate_single( data: impl Into<Object_2>, pos: impl Into<Vector3>, rot: impl Into<Quaternion>, ) -> Object_2
Internal_InstantiateSingle(crate::unity_engine::object_2::Object_2, crate::unity_engine::vector3::Vector3, crate::unity_engine::quaternion::Quaternion) overload
Sourcepub fn internal_instantiate_single_with_parent(
data: impl Into<Object_2>,
parent: impl Into<Transform>,
pos: impl Into<Vector3>,
rot: impl Into<Quaternion>,
) -> Object_2
pub fn internal_instantiate_single_with_parent( data: impl Into<Object_2>, parent: impl Into<Transform>, pos: impl Into<Vector3>, rot: impl Into<Quaternion>, ) -> Object_2
Internal_InstantiateSingleWithParent(crate::unity_engine::object_2::Object_2, crate::unity_engine::transform::Transform, crate::unity_engine::vector3::Vector3, crate::unity_engine::quaternion::Quaternion) overload
Sourcepub fn to_string_2(obj: impl Into<Object_2>) -> Il2CppString
pub fn to_string_2(obj: impl Into<Object_2>) -> Il2CppString
ToString(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn get_name_2(obj: impl Into<Object_2>) -> Il2CppString
pub fn get_name_2(obj: impl Into<Object_2>) -> Il2CppString
GetName(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn is_persistent(obj: impl Into<Object_2>) -> bool
pub fn is_persistent(obj: impl Into<Object_2>) -> bool
IsPersistent(crate::unity_engine::object_2::Object_2) overload
Sourcepub fn set_name_2(obj: impl Into<Object_2>, name: impl Into<Il2CppString>)
pub fn set_name_2(obj: impl Into<Object_2>, name: impl Into<Il2CppString>)
SetName(crate::unity_engine::object_2::Object_2, ::unity::Il2CppString) overload
Sourcepub fn does_object_with_instance_id_exist(instance_id: impl Into<i32>) -> bool
pub fn does_object_with_instance_id_exist(instance_id: impl Into<i32>) -> bool
DoesObjectWithInstanceIDExist(i32) overload
Sourcepub fn find_object_from_instance_id(instance_id: impl Into<i32>) -> Object_2
pub fn find_object_from_instance_id(instance_id: impl Into<i32>) -> Object_2
FindObjectFromInstanceID(i32) overload
Sourcepub fn force_load_from_instance_id(instance_id: impl Into<i32>) -> Object_2
pub fn force_load_from_instance_id(instance_id: impl Into<i32>) -> Object_2
ForceLoadFromInstanceID(i32) overload
Sourcepub fn internal_instantiate_single_injected(
data: impl Into<Object_2>,
) -> (Object_2, Vector3, Quaternion)
pub fn internal_instantiate_single_injected( data: impl Into<Object_2>, ) -> (Object_2, Vector3, Quaternion)
Internal_InstantiateSingle_Injected(crate::unity_engine::object_2::Object_2, *mutcrate::unity_engine::vector3::Vector3, *mutcrate::unity_engine::quaternion::Quaternion) overload
Sourcepub fn internal_instantiate_single_with_parent_injected(
data: impl Into<Object_2>,
parent: impl Into<Transform>,
) -> (Object_2, Vector3, Quaternion)
pub fn internal_instantiate_single_with_parent_injected( data: impl Into<Object_2>, parent: impl Into<Transform>, ) -> (Object_2, Vector3, Quaternion)
Internal_InstantiateSingleWithParent_Injected(crate::unity_engine::object_2::Object_2, crate::unity_engine::transform::Transform, *mutcrate::unity_engine::vector3::Vector3, *mutcrate::unity_engine::quaternion::Quaternion) overload
Source§impl Object_2
impl Object_2
pub fn get_instance_id_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
pub fn compare_base_objects_method_info() -> &'static MethodInfo
pub fn ensure_running_on_main_thread_method_info() -> &'static MethodInfo
pub fn is_native_object_alive_method_info() -> &'static MethodInfo
pub fn get_cached_ptr_method_info() -> &'static MethodInfo
pub fn get_name_method_info() -> &'static MethodInfo
pub fn set_name_method_info() -> &'static MethodInfo
pub fn instantiate_method_info() -> &'static MethodInfo
pub fn instantiate_2_method_info() -> &'static MethodInfo
pub fn instantiate_3_method_info() -> &'static MethodInfo
pub fn instantiate_4_method_info() -> &'static MethodInfo
pub fn instantiate_5_method_info() -> &'static MethodInfo
pub fn destroy_method_info() -> &'static MethodInfo
pub fn destroy_2_method_info() -> &'static MethodInfo
pub fn destroy_immediate_method_info() -> &'static MethodInfo
pub fn destroy_immediate_2_method_info() -> &'static MethodInfo
pub fn find_objects_of_type_method_info() -> &'static MethodInfo
pub fn find_objects_of_type_2_method_info() -> &'static MethodInfo
pub fn dont_destroy_on_load_method_info() -> &'static MethodInfo
pub fn get_hide_flags_method_info() -> &'static MethodInfo
pub fn set_hide_flags_method_info() -> &'static MethodInfo
pub fn destroy_object_method_info() -> &'static MethodInfo
pub fn destroy_object_2_method_info() -> &'static MethodInfo
pub fn find_scene_objects_of_type_method_info() -> &'static MethodInfo
pub fn find_objects_of_type_including_assets_method_info() -> &'static MethodInfo
pub fn find_objects_of_type_all_method_info() -> &'static MethodInfo
pub fn check_null_argument_method_info() -> &'static MethodInfo
pub fn find_object_of_type_3_method_info() -> &'static MethodInfo
pub fn find_object_of_type_4_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn op_equality_method_info() -> &'static MethodInfo
pub fn op_inequality_method_info() -> &'static MethodInfo
pub fn get_offset_of_instance_id_in_c_plus_plus_object_method_info() -> &'static MethodInfo
pub fn current_thread_is_main_thread_method_info() -> &'static MethodInfo
pub fn internal_clone_single_method_info() -> &'static MethodInfo
pub fn internal_clone_single_with_parent_method_info() -> &'static MethodInfo
pub fn internal_instantiate_single_method_info() -> &'static MethodInfo
pub fn internal_instantiate_single_with_parent_method_info() -> &'static MethodInfo
pub fn to_string_2_method_info() -> &'static MethodInfo
pub fn get_name_2_method_info() -> &'static MethodInfo
pub fn is_persistent_method_info() -> &'static MethodInfo
pub fn set_name_2_method_info() -> &'static MethodInfo
pub fn does_object_with_instance_id_exist_method_info() -> &'static MethodInfo
pub fn find_object_from_instance_id_method_info() -> &'static MethodInfo
pub fn force_load_from_instance_id_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
pub fn internal_instantiate_single_injected_method_info() -> &'static MethodInfo
pub fn internal_instantiate_single_with_parent_injected_method_info() -> &'static MethodInfo
Source§impl Object_2
impl Object_2
Sourcepub unsafe fn get_hash_code(this: impl Into<IlInstance>) -> i32
pub unsafe fn get_hash_code(this: impl Into<IlInstance>) -> i32
Direct (non-virtual) call to Object_2’s own GetHashCode. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn equals(this: impl Into<IlInstance>, other: Object) -> bool
pub unsafe fn equals(this: impl Into<IlInstance>, other: Object) -> bool
Direct (non-virtual) call to Object_2’s own Equals. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn to_string(this: impl Into<IlInstance>) -> Il2CppString
pub unsafe fn to_string(this: impl Into<IlInstance>) -> Il2CppString
Direct (non-virtual) call to Object_2’s own ToString. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Trait Implementations§
Source§impl ClassIdentity for Object_2
impl ClassIdentity for Object_2
Source§impl FromIlInstance for Object_2
impl FromIlInstance for Object_2
fn from_il_instance(instance: IlInstance) -> Self
fn instantiate() -> Option<Self>
§fn instantiate_with_class(class: Class) -> Option<Self>
fn instantiate_with_class(class: Class) -> Option<Self>
class is a subtype of Self or layout compatibleSource§impl ICharacterAssetT_1<Object_2> for CharacterAsset
impl ICharacterAssetT_1<Object_2> for CharacterAsset
fn name_field(self) -> Il2CppString
fn set_name_field(self, value: Il2CppString)
fn m_file_handle(self) -> TResourceHandle_1<T0>
fn set_m_file_handle(self, value: TResourceHandle_1<T0>)
fn m_object(self) -> T0
fn set_m_object(self, value: T0)
fn m_instanced_object(self) -> T0
fn set_m_instanced_object(self, value: T0)
Source§impl IObject_2 for Object_2
impl IObject_2 for Object_2
fn m_cached_ptr(self) -> IntPtr
fn set_m_cached_ptr(self, value: IntPtr)
impl Copy for Object_2
impl IObject for Object_2
Auto Trait Implementations§
impl Freeze for Object_2
impl RefUnwindSafe for Object_2
impl !Send for Object_2
impl !Sync for Object_2
impl Unpin for Object_2
impl UnwindSafe for Object_2
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
§impl<T> Cast for Twhere
T: SystemObject,
impl<T> Cast for Twhere
T: SystemObject,
fn get_class(self) -> Class
fn is_null(self) -> bool
fn rebind_class(self, new_class: Class)
fn override_class(self) -> Class
fn is_instance_of<T>(self) -> boolwhere
T: ClassIdentity,
fn is_direct_subclass_of<T>(self) -> boolwhere
T: ClassIdentity,
fn try_cast<T>(self) -> Option<T>where
T: ClassIdentity + FromIlInstance,
§unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
§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)
clone_to_uninit)§impl<T> DefaultInjectedMembers for T
impl<T> DefaultInjectedMembers for T
fn __injected_fields() -> Vec<InjectedFieldDescriptor>
fn __injected_methods() -> Vec<InjectedMethodDescriptor>
fn __injected_overrides() -> Vec<InjectedOverrideDescriptor>
Source§impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, capacity: i32)where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_item(self, index: i32) -> T0where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn unchecked_add(self, item: T0)where
Self: Sized,
fn ensure_capacity(self, minimum: i32)where
Self: Sized,
Source§impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_location_name(self) -> Il2CppStringwhere
Self: Sized,
fn set_location_name(self, value: Il2CppString)where
Self: Sized,
fn op_implicit(obj: AsyncOperationHandle_1<T0>) -> AsyncOperationHandle
fn ctor(self, op: AsyncOperationBase_1<T0>)where
Self: Sized,
fn get_download_status(self) -> DownloadStatuswhere
Self: Sized,
fn internal_get_download_status(
self,
visited: HashSet_1<Object>,
) -> DownloadStatuswhere
Self: Sized,
fn ctor_2(self, op: IAsyncOperation)where
Self: Sized,
fn ctor_3(self, op: IAsyncOperation, version: i32)where
Self: Sized,
fn ctor_4(self, op: IAsyncOperation, location_name: Il2CppString)where
Self: Sized,
fn ctor_5(self, op: IAsyncOperation, version: i32, location_name: Il2CppString)where
Self: Sized,
fn acquire(self) -> AsyncOperationHandle_1<T0>where
Self: Sized,
fn add_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn remove_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn add_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn get_debug_name(self) -> Il2CppStringwhere
Self: Sized,
fn add_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn equals(self, other: AsyncOperationHandle_1<T0>) -> boolwhere
Self: Sized,
fn get_hash_code(self) -> i32where
Self: Sized,
fn wait_for_completion(self) -> T0where
Self: Sized,
fn get_internal_op(self) -> AsyncOperationBase_1<T0>where
Self: Sized,
fn get_is_done(self) -> boolwhere
Self: Sized,
fn is_valid(self) -> boolwhere
Self: Sized,
fn get_percent_complete(self) -> f32where
Self: Sized,
fn get_reference_count(self) -> i32where
Self: Sized,
fn release(self)where
Self: Sized,
fn get_result(self) -> T0where
Self: Sized,
fn get_status(self) -> AsyncOperationStatuswhere
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
Source§impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>, get_enumerator_ret_type: i32)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn resolve(self, resolver: IExposedPropertyTable) -> T0where
Self: Sized,
Source§impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: HashSet_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn initialize() -> IntPtr
Source§impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
Source§impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, initialize: bool)where
Self: Sized,
fn ctor_2(self, max_capacity: i32)where
Self: Sized,
fn add_range(self, items: IEnumerable_1<T0>)where
Self: Sized,
fn copy_to(self, array: Array<T0>, array_index: i32, count: i32)where
Self: Sized,
fn get_buffer(self, index: i32) -> Array<T0>where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn try_move(self) -> (bool, Array<T0>)where
Self: Sized,
fn allocate_buffer(self)where
Self: Sized,
Source§impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: LinkedList_1<T0>)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
Source§impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_count(self) -> i32where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_item(self) -> (*mut T0, i32)where
Self: Sized,
fn get_unchecked(self) -> (*mut T0, i32)where
Self: Sized,
fn try_add(self) -> (bool, T0)where
Self: Sized,
fn try_copy_to(self, other: ListBuffer_1<T0>) -> boolwhere
Self: Sized,
Source§impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: List_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn move_next_rare(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IObjectMethods for __Twhere
__T: IObject,
impl<__T> IObjectMethods for __Twhere
__T: IObject,
Source§fn equals(self, obj: impl Into<Object>) -> bool
fn equals(self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn memberwise_clone(self) -> Object
fn memberwise_clone(self) -> Object
MemberwiseClone() overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overloadSource§fn field_getter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
) -> IlInstance
fn field_getter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, ) -> IlInstance
FieldGetter(::unity::Il2CppString, ::unity::Il2CppString, *mut::unity::IlInstance) overloadSource§fn field_setter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
val: impl Into<Object>,
)
fn field_setter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, val: impl Into<Object>, )
FieldSetter(::unity::Il2CppString, ::unity::Il2CppString, crate::system::object::Object) overloadSource§impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, value: T0, pool: ObjectPool_1_2<T0>)where
Self: Sized,
fn system_i_disposable_dispose(self)where
Self: Sized,
Source§impl<__T> IObject_2Methods for __Twhere
__T: IObject_2,
impl<__T> IObject_2Methods for __Twhere
__T: IObject_2,
Source§fn get_instance_id(self) -> i32
fn get_instance_id(self) -> i32
GetInstanceID() overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn equals(self, other: impl Into<Object>) -> bool
fn equals(self, other: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn ensure_running_on_main_thread(self)
fn ensure_running_on_main_thread(self)
EnsureRunningOnMainThread() overloadSource§fn get_cached_ptr(self) -> IntPtr
fn get_cached_ptr(self) -> IntPtr
GetCachedPtr() overloadSource§fn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_name() overloadSource§fn set_name(self, value: impl Into<Il2CppString>)
fn set_name(self, value: impl Into<Il2CppString>)
set_name(::unity::Il2CppString) overloadSource§fn get_hide_flags(self) -> HideFlags
fn get_hide_flags(self) -> HideFlags
get_hideFlags() overloadSource§fn set_hide_flags(self, value: impl Into<HideFlags>)
fn set_hide_flags(self, value: impl Into<HideFlags>)
set_hideFlags(crate::unity_engine::hideflags::HideFlags) overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overload