pub struct GmapSpot(/* private fields */);Expand description
IL2CPP class: App.GmapSpot
Inherits: Object
Implementations§
Source§impl GmapSpot
impl GmapSpot
Sourcepub fn get_job(
random: impl Into<Random_2>,
level: impl Into<i32>,
ejid: impl Into<Il2CppString>,
) -> JobData
pub fn get_job( random: impl Into<Random_2>, level: impl Into<i32>, ejid: impl Into<Il2CppString>, ) -> JobData
GetJob(crate::app::random_2::Random_2, i32, ::unity::Il2CppString) overload
Sourcepub fn get_job_2(
random: impl Into<Random_2>,
level: impl Into<i32>,
encount_job: impl Into<EncountJobData>,
) -> JobData
pub fn get_job_2( random: impl Into<Random_2>, level: impl Into<i32>, encount_job: impl Into<EncountJobData>, ) -> JobData
GetJob(crate::app::random_2::Random_2, i32, crate::app::encountjobdata::EncountJobData) overload
Sourcepub fn get_pid_prefix(
type: impl Into<GmapSpot_EncountPersonType>,
) -> Il2CppString
pub fn get_pid_prefix( type: impl Into<GmapSpot_EncountPersonType>, ) -> Il2CppString
GetPidPrefix(crate::app::gmapspot::GmapSpot_EncountPersonType) overload
Sourcepub fn get_person(
random: impl Into<Random_2>,
job: impl Into<JobData>,
pid_prefix: impl Into<Il2CppString>,
) -> PersonData
pub fn get_person( random: impl Into<Random_2>, job: impl Into<JobData>, pid_prefix: impl Into<Il2CppString>, ) -> PersonData
GetPerson(crate::app::random_2::Random_2, crate::app::jobdata::JobData, ::unity::Il2CppString) overload
Sourcepub fn get_rare_person(
random: impl Into<Random_2>,
job: impl Into<JobData>,
rare_type: impl Into<EncountUnitData_RareType>,
) -> PersonData
pub fn get_rare_person( random: impl Into<Random_2>, job: impl Into<JobData>, rare_type: impl Into<EncountUnitData_RareType>, ) -> PersonData
GetRarePerson(crate::app::random_2::Random_2, crate::app::jobdata::JobData, crate::app::encountunitdata::EncountUnitData_RareType) overload
Sourcepub fn get_person_2(
random: impl Into<Random_2>,
job: impl Into<JobData>,
type: impl Into<GmapSpot_EncountPersonType>,
rare_type: impl Into<EncountUnitData_RareType>,
) -> PersonData
pub fn get_person_2( random: impl Into<Random_2>, job: impl Into<JobData>, type: impl Into<GmapSpot_EncountPersonType>, rare_type: impl Into<EncountUnitData_RareType>, ) -> PersonData
GetPerson(crate::app::random_2::Random_2, crate::app::jobdata::JobData, crate::app::gmapspot::GmapSpot_EncountPersonType, crate::app::encountunitdata::EncountUnitData_RareType) overload
Sourcepub fn get_gmap_direction(degree: impl Into<f32>) -> i32
pub fn get_gmap_direction(degree: impl Into<f32>) -> i32
GetGmapDirection(f32) overload
Source§impl GmapSpot
impl GmapSpot
pub fn get_spot_mob_method_info() -> &'static MethodInfo
pub fn set_spot_mob_method_info() -> &'static MethodInfo
pub fn get_reserve_dispos_method_info() -> &'static MethodInfo
pub fn set_reserve_dispos_method_info() -> &'static MethodInfo
pub fn get_reserve_delete_mob_method_info() -> &'static MethodInfo
pub fn set_reserve_delete_mob_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_spot_state_method_info() -> &'static MethodInfo
pub fn set_spot_state_method_info() -> &'static MethodInfo
pub fn setup_spot_controller_method_info() -> &'static MethodInfo
pub fn setup_map_object_method_info() -> &'static MethodInfo
pub fn set_next_spot_method_info() -> &'static MethodInfo
pub fn check_next_spot_method_info() -> &'static MethodInfo
pub fn exists_encount_mob_method_info() -> &'static MethodInfo
pub fn exists_training_method_info() -> &'static MethodInfo
pub fn add_chapter_method_info() -> &'static MethodInfo
pub fn try_get_root_name_method_info() -> &'static MethodInfo
pub fn check_change_method_info() -> &'static MethodInfo
pub fn check_access_method_info() -> &'static MethodInfo
pub fn get_position_method_info() -> &'static MethodInfo
pub fn next_spots_method_info() -> &'static MethodInfo
pub fn get_direction_to_spot_method_info() -> &'static MethodInfo
pub fn fix_change_method_info() -> &'static MethodInfo
pub fn set_enable_method_info() -> &'static MethodInfo
pub fn start_appear_method_info() -> &'static MethodInfo
pub fn fix_change_tick_method_info() -> &'static MethodInfo
pub fn update_visible_method_info() -> &'static MethodInfo
pub fn set_map_object_enable_method_info() -> &'static MethodInfo
pub fn get_spot_object_method_info() -> &'static MethodInfo
pub fn set_spot_object_method_info() -> &'static MethodInfo
pub fn get_chapter_method_info() -> &'static MethodInfo
pub fn get_gmap_spot_id_method_info() -> &'static MethodInfo
pub fn is_equal_cid_method_info() -> &'static MethodInfo
pub fn is_completed_method_info() -> &'static MethodInfo
pub fn is_completed_open_cond_spot_method_info() -> &'static MethodInfo
pub fn dispos_method_info() -> &'static MethodInfo
pub fn is_dispos_method_info() -> &'static MethodInfo
pub fn transform_dispos_method_info() -> &'static MethodInfo
pub fn delete_dispos_method_info() -> &'static MethodInfo
pub fn unload_mob_unit_method_info() -> &'static MethodInfo
pub fn destroy_icon_method_info() -> &'static MethodInfo
pub fn create_mob_unit_from_spot_mob_method_info() -> &'static MethodInfo
pub fn get_place_name_method_info() -> &'static MethodInfo
pub fn get_job_method_info() -> &'static MethodInfo
pub fn get_job_2_method_info() -> &'static MethodInfo
pub fn get_pid_prefix_method_info() -> &'static MethodInfo
pub fn get_person_method_info() -> &'static MethodInfo
pub fn get_rare_person_method_info() -> &'static MethodInfo
pub fn get_person_2_method_info() -> &'static MethodInfo
pub fn get_gmap_direction_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for GmapSpot
impl ClassIdentity for GmapSpot
Source§impl FromIlInstance for GmapSpot
impl FromIlInstance for GmapSpot
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>
Caller swears
class is a subtype of Self or layout compatibleSource§impl IGmapSpot for GmapSpot
impl IGmapSpot for GmapSpot
fn m_global_flag_name(self) -> Il2CppString
fn set_m_global_flag_name(self, value: Il2CppString)
fn m_chapters(self) -> List_1<ChapterData>
fn set_m_chapters(self, value: List_1<ChapterData>)
fn m_game_object(self) -> GameObject
fn set_m_game_object(self, value: GameObject)
fn m_controller(self) -> GmapSpotController
fn set_m_controller(self, value: GmapSpotController)
fn m_map_object(self) -> GameObject
fn set_m_map_object(self, value: GameObject)
fn m_next_spots(self) -> Array<GmapSpot>
fn set_m_next_spots(self, value: Array<GmapSpot>)
fn m_mob_unit(self) -> GmapMobUnit
fn set_m_mob_unit(self, value: GmapMobUnit)
fn m_encount_icon(self) -> EncountIcon
fn set_m_encount_icon(self, value: EncountIcon)
impl Copy for GmapSpot
impl IObject for GmapSpot
Auto Trait Implementations§
impl Freeze for GmapSpot
impl RefUnwindSafe for GmapSpot
impl !Send for GmapSpot
impl !Sync for GmapSpot
impl Unpin for GmapSpot
impl UnwindSafe for GmapSpot
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> 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,
Safety 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)§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<__T> IGmapSpotMethods for __Twhere
__T: IGmapSpot,
impl<__T> IGmapSpotMethods for __Twhere
__T: IGmapSpot,
Source§fn get_spot_mob(self) -> EncountMob
fn get_spot_mob(self) -> EncountMob
get_SpotMob() overloadSource§fn set_spot_mob(self, value: impl Into<EncountMob>)
fn set_spot_mob(self, value: impl Into<EncountMob>)
set_SpotMob(crate::app::encountmob::EncountMob) overloadSource§fn get_reserve_dispos(self) -> bool
fn get_reserve_dispos(self) -> bool
get_ReserveDispos() overloadSource§fn set_reserve_dispos(self, value: impl Into<bool>)
fn set_reserve_dispos(self, value: impl Into<bool>)
set_ReserveDispos(bool) overloadSource§fn get_reserve_delete_mob(self) -> bool
fn get_reserve_delete_mob(self) -> bool
get_ReserveDeleteMob() overloadSource§fn set_reserve_delete_mob(self, value: impl Into<bool>)
fn set_reserve_delete_mob(self, value: impl Into<bool>)
set_ReserveDeleteMob(bool) overloadSource§fn ctor(self, chapter: impl Into<ChapterData>)
fn ctor(self, chapter: impl Into<ChapterData>)
.ctor(crate::app::chapterdata::ChapterData) overloadSource§fn get_spot_state(self) -> GmapSpot_State
fn get_spot_state(self) -> GmapSpot_State
get_SpotState() overloadSource§fn set_spot_state(self, value: impl Into<GmapSpot_State>)
fn set_spot_state(self, value: impl Into<GmapSpot_State>)
set_SpotState(crate::app::gmapspot::GmapSpot_State) overloadSource§fn setup_spot_controller(self)
fn setup_spot_controller(self)
SetupSpotController() overloadSource§fn setup_map_object(self, map_object: impl Into<GameObject>)
fn setup_map_object(self, map_object: impl Into<GameObject>)
SetupMapObject(crate::unity_engine::gameobject::GameObject) overloadSource§fn set_next_spot(
self,
next_spot_pos: impl Into<Vector3>,
next_spot_id: impl Into<Il2CppString>,
) -> bool
fn set_next_spot( self, next_spot_pos: impl Into<Vector3>, next_spot_id: impl Into<Il2CppString>, ) -> bool
SetNextSpot(crate::unity_engine::vector3::Vector3, ::unity::Il2CppString) overloadSource§fn check_next_spot(self, dir: impl Into<GmapSpot_Direction>) -> GmapSpot
fn check_next_spot(self, dir: impl Into<GmapSpot_Direction>) -> GmapSpot
CheckNextSpot(crate::app::gmapspot::GmapSpot_Direction) overloadSource§fn exists_encount_mob(self) -> bool
fn exists_encount_mob(self) -> bool
ExistsEncountMob() overloadSource§fn exists_training(self) -> bool
fn exists_training(self) -> bool
ExistsTraining() overloadSource§fn add_chapter(self, chapter: impl Into<ChapterData>)
fn add_chapter(self, chapter: impl Into<ChapterData>)
AddChapter(crate::app::chapterdata::ChapterData) overloadSource§fn try_get_root_name(self, next_spot: impl Into<GmapSpot>) -> Il2CppString
fn try_get_root_name(self, next_spot: impl Into<GmapSpot>) -> Il2CppString
TryGetRootName(crate::app::gmapspot::GmapSpot) overloadSource§fn check_change(self) -> bool
fn check_change(self) -> bool
CheckChange() overloadSource§fn check_access(self, pos: impl Into<Vector3>) -> bool
fn check_access(self, pos: impl Into<Vector3>) -> bool
CheckAccess(crate::unity_engine::vector3::Vector3) overloadSource§fn get_position(self) -> Vector3
fn get_position(self) -> Vector3
get_Position() overloadSource§fn next_spots(self) -> List_1<GmapSpot>
fn next_spots(self) -> List_1<GmapSpot>
NextSpots() overloadSource§fn get_direction_to_spot(self, spot: impl Into<GmapSpot>) -> GmapSpot_Direction
fn get_direction_to_spot(self, spot: impl Into<GmapSpot>) -> GmapSpot_Direction
GetDirectionToSpot(crate::app::gmapspot::GmapSpot) overloadSource§fn fix_change(self)
fn fix_change(self)
FixChange() overloadSource§fn set_enable(self)
fn set_enable(self)
SetEnable() overloadSource§fn start_appear(self) -> bool
fn start_appear(self) -> bool
StartAppear() overloadSource§fn fix_change_tick(self) -> bool
fn fix_change_tick(self) -> bool
FixChangeTick() overloadSource§fn update_visible(self)
fn update_visible(self)
UpdateVisible() overloadSource§fn set_map_object_enable(self, value: impl Into<bool>)
fn set_map_object_enable(self, value: impl Into<bool>)
SetMapObjectEnable(bool) overloadSource§fn get_spot_object(self) -> GameObject
fn get_spot_object(self) -> GameObject
get_SpotObject() overloadSource§fn set_spot_object(self, value: impl Into<GameObject>)
fn set_spot_object(self, value: impl Into<GameObject>)
set_SpotObject(crate::unity_engine::gameobject::GameObject) overloadSource§fn get_chapter(self) -> ChapterData
fn get_chapter(self) -> ChapterData
get_Chapter() overloadSource§fn get_gmap_spot_id(self) -> Il2CppString
fn get_gmap_spot_id(self) -> Il2CppString
get_GmapSpotID() overloadSource§fn is_equal_cid(self, cid: impl Into<Il2CppString>) -> bool
fn is_equal_cid(self, cid: impl Into<Il2CppString>) -> bool
IsEqualCID(::unity::Il2CppString) overloadSource§fn is_completed(self) -> bool
fn is_completed(self) -> bool
IsCompleted() overloadSource§fn is_completed_open_cond_spot(self) -> bool
fn is_completed_open_cond_spot(self) -> bool
IsCompletedOpenCondSpot() overloadSource§fn transform_dispos(self) -> bool
fn transform_dispos(self) -> bool
TransformDispos() overloadSource§fn delete_dispos(self)
fn delete_dispos(self)
DeleteDispos() overloadSource§fn unload_mob_unit(self)
fn unload_mob_unit(self)
UnloadMobUnit() overloadSource§fn destroy_icon(self)
fn destroy_icon(self)
DestroyIcon() overloadSource§fn create_mob_unit_from_spot_mob(self)
fn create_mob_unit_from_spot_mob(self)
CreateMobUnitFromSpotMob() overloadSource§fn get_place_name(self) -> Il2CppString
fn get_place_name(self) -> Il2CppString
GetPlaceName() overloadSource§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) overload