pub trait IContentCatalogData: IObject {
Show 28 methods
// Provided methods
fn local_hash(self) -> Il2CppString { ... }
fn set_local_hash(self, value: Il2CppString) { ... }
fn location(self) -> IResourceLocation { ... }
fn set_location(self, value: IResourceLocation) { ... }
fn m_locator_id(self) -> Il2CppString { ... }
fn set_m_locator_id(self, value: Il2CppString) { ... }
fn m_instance_provider_data(self) -> ObjectInitializationData { ... }
fn set_m_instance_provider_data(self, value: ObjectInitializationData) { ... }
fn m_scene_provider_data(self) -> ObjectInitializationData { ... }
fn set_m_scene_provider_data(self, value: ObjectInitializationData) { ... }
fn m_resource_provider_data(self) -> List_1<ObjectInitializationData> { ... }
fn set_m_resource_provider_data(
self,
value: List_1<ObjectInitializationData>,
) { ... }
fn m_provider_ids(self) -> Array<Il2CppString> { ... }
fn set_m_provider_ids(self, value: Array<Il2CppString>) { ... }
fn m_internal_ids(self) -> Array<Il2CppString> { ... }
fn set_m_internal_ids(self, value: Array<Il2CppString>) { ... }
fn m_key_data_string(self) -> Il2CppString { ... }
fn set_m_key_data_string(self, value: Il2CppString) { ... }
fn m_bucket_data_string(self) -> Il2CppString { ... }
fn set_m_bucket_data_string(self, value: Il2CppString) { ... }
fn m_entry_data_string(self) -> Il2CppString { ... }
fn set_m_entry_data_string(self, value: Il2CppString) { ... }
fn m_extra_data_string(self) -> Il2CppString { ... }
fn set_m_extra_data_string(self, value: Il2CppString) { ... }
fn m_resource_types(self) -> Array<SerializedType> { ... }
fn set_m_resource_types(self, value: Array<SerializedType>) { ... }
fn m_internal_id_prefixes(self) -> Array<Il2CppString> { ... }
fn set_m_internal_id_prefixes(self, value: Array<Il2CppString>) { ... }
}Provided Methods§
fn local_hash(self) -> Il2CppString
fn set_local_hash(self, value: Il2CppString)
fn location(self) -> IResourceLocation
fn set_location(self, value: IResourceLocation)
fn m_locator_id(self) -> Il2CppString
fn set_m_locator_id(self, value: Il2CppString)
fn m_instance_provider_data(self) -> ObjectInitializationData
fn set_m_instance_provider_data(self, value: ObjectInitializationData)
fn m_scene_provider_data(self) -> ObjectInitializationData
fn set_m_scene_provider_data(self, value: ObjectInitializationData)
fn m_resource_provider_data(self) -> List_1<ObjectInitializationData>
fn set_m_resource_provider_data(self, value: List_1<ObjectInitializationData>)
fn m_provider_ids(self) -> Array<Il2CppString>
fn set_m_provider_ids(self, value: Array<Il2CppString>)
fn m_internal_ids(self) -> Array<Il2CppString>
fn set_m_internal_ids(self, value: Array<Il2CppString>)
fn m_key_data_string(self) -> Il2CppString
fn set_m_key_data_string(self, value: Il2CppString)
fn m_bucket_data_string(self) -> Il2CppString
fn set_m_bucket_data_string(self, value: Il2CppString)
fn m_entry_data_string(self) -> Il2CppString
fn set_m_entry_data_string(self, value: Il2CppString)
fn m_extra_data_string(self) -> Il2CppString
fn set_m_extra_data_string(self, value: Il2CppString)
fn m_resource_types(self) -> Array<SerializedType>
fn set_m_resource_types(self, value: Array<SerializedType>)
fn m_internal_id_prefixes(self) -> Array<Il2CppString>
fn set_m_internal_id_prefixes(self, value: Array<Il2CppString>)
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.