pub trait IPhotographSpotDataMethods: IPhotographSpotData {
Show 19 methods
// Provided methods
fn get_name(self) -> Il2CppString { ... }
fn set_name(self, value: impl Into<Il2CppString>) { ... }
fn get_mid(self) -> Il2CppString { ... }
fn set_mid(self, value: impl Into<Il2CppString>) { ... }
fn get_condition_cid(self) -> Il2CppString { ... }
fn set_condition_cid(self, value: impl Into<Il2CppString>) { ... }
fn get_locator_count(self) -> i32 { ... }
fn set_locator_count(self, value: impl Into<i32>) { ... }
fn get_pause_group_name_list1(self) -> Array<Il2CppString> { ... }
fn set_pause_group_name_list1(self, value: impl Into<Array<Il2CppString>>) { ... }
fn get_pause_group_name_list2(self) -> Array<Il2CppString> { ... }
fn set_pause_group_name_list2(self, value: impl Into<Array<Il2CppString>>) { ... }
fn get_pause_group_name_list3(self) -> Array<Il2CppString> { ... }
fn set_pause_group_name_list3(self, value: impl Into<Array<Il2CppString>>) { ... }
fn get_pause_group_name_list4(self) -> Array<Il2CppString> { ... }
fn set_pause_group_name_list4(self, value: impl Into<Array<Il2CppString>>) { ... }
fn get_pause_group_name_list(
self,
locator_no: impl Into<i32>,
) -> Array<Il2CppString> { ... }
fn is_new(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_Name() overload
Sourcefn set_name(self, value: impl Into<Il2CppString>)
fn set_name(self, value: impl Into<Il2CppString>)
set_Name(::unity::Il2CppString) overload
Sourcefn get_mid(self) -> Il2CppString
fn get_mid(self) -> Il2CppString
get_MID() overload
Sourcefn set_mid(self, value: impl Into<Il2CppString>)
fn set_mid(self, value: impl Into<Il2CppString>)
set_MID(::unity::Il2CppString) overload
Sourcefn get_condition_cid(self) -> Il2CppString
fn get_condition_cid(self) -> Il2CppString
get_ConditionCid() overload
Sourcefn set_condition_cid(self, value: impl Into<Il2CppString>)
fn set_condition_cid(self, value: impl Into<Il2CppString>)
set_ConditionCid(::unity::Il2CppString) overload
Sourcefn get_locator_count(self) -> i32
fn get_locator_count(self) -> i32
get_LocatorCount() overload
Sourcefn set_locator_count(self, value: impl Into<i32>)
fn set_locator_count(self, value: impl Into<i32>)
set_LocatorCount(i32) overload
Sourcefn get_pause_group_name_list1(self) -> Array<Il2CppString>
fn get_pause_group_name_list1(self) -> Array<Il2CppString>
get_PauseGroupNameList1() overload
Sourcefn set_pause_group_name_list1(self, value: impl Into<Array<Il2CppString>>)
fn set_pause_group_name_list1(self, value: impl Into<Array<Il2CppString>>)
set_PauseGroupNameList1(::unity::Array<::unity::Il2CppString>) overload
Sourcefn get_pause_group_name_list2(self) -> Array<Il2CppString>
fn get_pause_group_name_list2(self) -> Array<Il2CppString>
get_PauseGroupNameList2() overload
Sourcefn set_pause_group_name_list2(self, value: impl Into<Array<Il2CppString>>)
fn set_pause_group_name_list2(self, value: impl Into<Array<Il2CppString>>)
set_PauseGroupNameList2(::unity::Array<::unity::Il2CppString>) overload
Sourcefn get_pause_group_name_list3(self) -> Array<Il2CppString>
fn get_pause_group_name_list3(self) -> Array<Il2CppString>
get_PauseGroupNameList3() overload
Sourcefn set_pause_group_name_list3(self, value: impl Into<Array<Il2CppString>>)
fn set_pause_group_name_list3(self, value: impl Into<Array<Il2CppString>>)
set_PauseGroupNameList3(::unity::Array<::unity::Il2CppString>) overload
Sourcefn get_pause_group_name_list4(self) -> Array<Il2CppString>
fn get_pause_group_name_list4(self) -> Array<Il2CppString>
get_PauseGroupNameList4() overload
Sourcefn set_pause_group_name_list4(self, value: impl Into<Array<Il2CppString>>)
fn set_pause_group_name_list4(self, value: impl Into<Array<Il2CppString>>)
set_PauseGroupNameList4(::unity::Array<::unity::Il2CppString>) overload
Sourcefn get_pause_group_name_list(
self,
locator_no: impl Into<i32>,
) -> Array<Il2CppString>
fn get_pause_group_name_list( self, locator_no: impl Into<i32>, ) -> Array<Il2CppString>
GetPauseGroupNameList(i32) overload
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.
Implementors§
impl<__T: IPhotographSpotData> IPhotographSpotDataMethods for __T
app-photographspotdata only.