pub trait IResourceManagerRuntimeDataMethods: IResourceManagerRuntimeData {
Show 23 methods
// Provided methods
fn get_build_target(self) -> Il2CppString { ... }
fn set_build_target(self, value: impl Into<Il2CppString>) { ... }
fn get_settings_hash(self) -> Il2CppString { ... }
fn set_settings_hash(self, value: impl Into<Il2CppString>) { ... }
fn get_catalog_locations(self) -> List_1<ResourceLocationData> { ... }
fn get_profile_events(self) -> bool { ... }
fn set_profile_events(self, value: impl Into<bool>) { ... }
fn get_log_resource_manager_exceptions(self) -> bool { ... }
fn set_log_resource_manager_exceptions(self, value: impl Into<bool>) { ... }
fn get_initialization_objects(self) -> List_1<ObjectInitializationData> { ... }
fn get_disable_catalog_update_on_startup(self) -> bool { ... }
fn set_disable_catalog_update_on_startup(self, value: impl Into<bool>) { ... }
fn get_is_local_catalog_in_bundle(self) -> bool { ... }
fn set_is_local_catalog_in_bundle(self, value: impl Into<bool>) { ... }
fn get_certificate_handler_type(self) -> SystemType { ... }
fn set_certificate_handler_type(self, value: impl Into<SystemType>) { ... }
fn get_addressables_version(self) -> Il2CppString { ... }
fn set_addressables_version(self, value: impl Into<Il2CppString>) { ... }
fn get_max_concurrent_web_requests(self) -> i32 { ... }
fn set_max_concurrent_web_requests(self, value: impl Into<i32>) { ... }
fn get_catalog_requests_timeout(self) -> i32 { ... }
fn set_catalog_requests_timeout(self, value: impl Into<i32>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_build_target(self) -> Il2CppString
fn get_build_target(self) -> Il2CppString
get_BuildTarget() overload
Sourcefn set_build_target(self, value: impl Into<Il2CppString>)
fn set_build_target(self, value: impl Into<Il2CppString>)
set_BuildTarget(::unity::Il2CppString) overload
Sourcefn get_settings_hash(self) -> Il2CppString
fn get_settings_hash(self) -> Il2CppString
get_SettingsHash() overload
Sourcefn set_settings_hash(self, value: impl Into<Il2CppString>)
fn set_settings_hash(self, value: impl Into<Il2CppString>)
set_SettingsHash(::unity::Il2CppString) overload
Sourcefn get_catalog_locations(self) -> List_1<ResourceLocationData>
fn get_catalog_locations(self) -> List_1<ResourceLocationData>
get_CatalogLocations() overload
Sourcefn get_profile_events(self) -> bool
fn get_profile_events(self) -> bool
get_ProfileEvents() overload
Sourcefn set_profile_events(self, value: impl Into<bool>)
fn set_profile_events(self, value: impl Into<bool>)
set_ProfileEvents(bool) overload
Sourcefn get_log_resource_manager_exceptions(self) -> bool
fn get_log_resource_manager_exceptions(self) -> bool
get_LogResourceManagerExceptions() overload
Sourcefn set_log_resource_manager_exceptions(self, value: impl Into<bool>)
fn set_log_resource_manager_exceptions(self, value: impl Into<bool>)
set_LogResourceManagerExceptions(bool) overload
Sourcefn get_initialization_objects(self) -> List_1<ObjectInitializationData>
fn get_initialization_objects(self) -> List_1<ObjectInitializationData>
get_InitializationObjects() overload
Sourcefn get_disable_catalog_update_on_startup(self) -> bool
fn get_disable_catalog_update_on_startup(self) -> bool
get_DisableCatalogUpdateOnStartup() overload
Sourcefn set_disable_catalog_update_on_startup(self, value: impl Into<bool>)
fn set_disable_catalog_update_on_startup(self, value: impl Into<bool>)
set_DisableCatalogUpdateOnStartup(bool) overload
Sourcefn get_is_local_catalog_in_bundle(self) -> bool
fn get_is_local_catalog_in_bundle(self) -> bool
get_IsLocalCatalogInBundle() overload
Sourcefn set_is_local_catalog_in_bundle(self, value: impl Into<bool>)
fn set_is_local_catalog_in_bundle(self, value: impl Into<bool>)
set_IsLocalCatalogInBundle(bool) overload
Sourcefn get_certificate_handler_type(self) -> SystemType
fn get_certificate_handler_type(self) -> SystemType
get_CertificateHandlerType() overload
Sourcefn set_certificate_handler_type(self, value: impl Into<SystemType>)
fn set_certificate_handler_type(self, value: impl Into<SystemType>)
set_CertificateHandlerType(::unity::SystemType) overload
Sourcefn get_addressables_version(self) -> Il2CppString
fn get_addressables_version(self) -> Il2CppString
get_AddressablesVersion() overload
Sourcefn set_addressables_version(self, value: impl Into<Il2CppString>)
fn set_addressables_version(self, value: impl Into<Il2CppString>)
set_AddressablesVersion(::unity::Il2CppString) overload
Sourcefn get_max_concurrent_web_requests(self) -> i32
fn get_max_concurrent_web_requests(self) -> i32
get_MaxConcurrentWebRequests() overload
Sourcefn set_max_concurrent_web_requests(self, value: impl Into<i32>)
fn set_max_concurrent_web_requests(self, value: impl Into<i32>)
set_MaxConcurrentWebRequests(i32) overload
Sourcefn get_catalog_requests_timeout(self) -> i32
fn get_catalog_requests_timeout(self) -> i32
get_CatalogRequestsTimeout() overload
Sourcefn set_catalog_requests_timeout(self, value: impl Into<i32>)
fn set_catalog_requests_timeout(self, value: impl Into<i32>)
set_CatalogRequestsTimeout(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: IResourceManagerRuntimeData> IResourceManagerRuntimeDataMethods for __T
unity_engine-addressable_assets-initialization-resourcemanagerruntimedata only.