pub trait IResourceManagerRuntimeData: IObject {
Show 24 methods
// Provided methods
fn m_build_target(self) -> Il2CppString { ... }
fn set_m_build_target(self, value: Il2CppString) { ... }
fn m_settings_hash(self) -> Il2CppString { ... }
fn set_m_settings_hash(self, value: Il2CppString) { ... }
fn m_catalog_locations(self) -> List_1<ResourceLocationData> { ... }
fn set_m_catalog_locations(self, value: List_1<ResourceLocationData>) { ... }
fn m_profile_events(self) -> bool { ... }
fn set_m_profile_events(self, value: bool) { ... }
fn m_log_resource_manager_exceptions(self) -> bool { ... }
fn set_m_log_resource_manager_exceptions(self, value: bool) { ... }
fn m_extra_initialization_data(self) -> List_1<ObjectInitializationData> { ... }
fn set_m_extra_initialization_data(
self,
value: List_1<ObjectInitializationData>,
) { ... }
fn m_disable_catalog_update_on_start(self) -> bool { ... }
fn set_m_disable_catalog_update_on_start(self, value: bool) { ... }
fn m_is_local_catalog_in_bundle(self) -> bool { ... }
fn set_m_is_local_catalog_in_bundle(self, value: bool) { ... }
fn m_certificate_handler_type(self) -> SerializedType { ... }
fn set_m_certificate_handler_type(self, value: SerializedType) { ... }
fn m_addressables_version(self) -> Il2CppString { ... }
fn set_m_addressables_version(self, value: Il2CppString) { ... }
fn m_max_concurrent_web_requests(self) -> i32 { ... }
fn set_m_max_concurrent_web_requests(self, value: i32) { ... }
fn m_catalog_requests_timeout(self) -> i32 { ... }
fn set_m_catalog_requests_timeout(self, value: i32) { ... }
}Provided Methods§
fn m_build_target(self) -> Il2CppString
fn set_m_build_target(self, value: Il2CppString)
fn m_settings_hash(self) -> Il2CppString
fn set_m_settings_hash(self, value: Il2CppString)
fn m_catalog_locations(self) -> List_1<ResourceLocationData>
fn set_m_catalog_locations(self, value: List_1<ResourceLocationData>)
fn m_profile_events(self) -> bool
fn set_m_profile_events(self, value: bool)
fn m_log_resource_manager_exceptions(self) -> bool
fn set_m_log_resource_manager_exceptions(self, value: bool)
fn m_extra_initialization_data(self) -> List_1<ObjectInitializationData>
fn set_m_extra_initialization_data( self, value: List_1<ObjectInitializationData>, )
fn m_disable_catalog_update_on_start(self) -> bool
fn set_m_disable_catalog_update_on_start(self, value: bool)
fn m_is_local_catalog_in_bundle(self) -> bool
fn set_m_is_local_catalog_in_bundle(self, value: bool)
fn m_certificate_handler_type(self) -> SerializedType
fn set_m_certificate_handler_type(self, value: SerializedType)
fn m_addressables_version(self) -> Il2CppString
fn set_m_addressables_version(self, value: Il2CppString)
fn m_max_concurrent_web_requests(self) -> i32
fn set_m_max_concurrent_web_requests(self, value: i32)
fn m_catalog_requests_timeout(self) -> i32
fn set_m_catalog_requests_timeout(self, value: i32)
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.