Skip to main content

IPhotographSpotDataMethods

Trait IPhotographSpotDataMethods 

Source
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§

Source

fn get_name(self) -> Il2CppString

get_Name() overload

Source

fn set_name(self, value: impl Into<Il2CppString>)

set_Name(::unity::Il2CppString) overload

Source

fn get_mid(self) -> Il2CppString

get_MID() overload

Source

fn set_mid(self, value: impl Into<Il2CppString>)

set_MID(::unity::Il2CppString) overload

Source

fn get_condition_cid(self) -> Il2CppString

get_ConditionCid() overload

Source

fn set_condition_cid(self, value: impl Into<Il2CppString>)

set_ConditionCid(::unity::Il2CppString) overload

Source

fn get_locator_count(self) -> i32

get_LocatorCount() overload

Source

fn set_locator_count(self, value: impl Into<i32>)

set_LocatorCount(i32) overload

Source

fn get_pause_group_name_list1(self) -> Array<Il2CppString>

get_PauseGroupNameList1() overload

Source

fn set_pause_group_name_list1(self, value: impl Into<Array<Il2CppString>>)

set_PauseGroupNameList1(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_pause_group_name_list2(self) -> Array<Il2CppString>

get_PauseGroupNameList2() overload

Source

fn set_pause_group_name_list2(self, value: impl Into<Array<Il2CppString>>)

set_PauseGroupNameList2(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_pause_group_name_list3(self) -> Array<Il2CppString>

get_PauseGroupNameList3() overload

Source

fn set_pause_group_name_list3(self, value: impl Into<Array<Il2CppString>>)

set_PauseGroupNameList3(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_pause_group_name_list4(self) -> Array<Il2CppString>

get_PauseGroupNameList4() overload

Source

fn set_pause_group_name_list4(self, value: impl Into<Array<Il2CppString>>)

set_PauseGroupNameList4(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_pause_group_name_list( self, locator_no: impl Into<i32>, ) -> Array<Il2CppString>

GetPauseGroupNameList(i32) overload

Source

fn is_new(self) -> bool

IsNew() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IPhotographSpotData> IPhotographSpotDataMethods for __T

Available on crate feature app-photographspotdata only.