Skip to main content

IAssetBundleRequestOptions

Trait IAssetBundleRequestOptions 

Source
pub trait IAssetBundleRequestOptions: IObject {
Show 22 methods // Provided methods fn m_hash(self) -> Il2CppString { ... } fn set_m_hash(self, value: Il2CppString) { ... } fn m_crc(self) -> u32 { ... } fn set_m_crc(self, value: u32) { ... } fn m_timeout(self) -> i32 { ... } fn set_m_timeout(self, value: i32) { ... } fn m_chunked_transfer(self) -> bool { ... } fn set_m_chunked_transfer(self, value: bool) { ... } fn m_redirect_limit(self) -> i32 { ... } fn set_m_redirect_limit(self, value: i32) { ... } fn m_retry_count(self) -> i32 { ... } fn set_m_retry_count(self, value: i32) { ... } fn m_bundle_name(self) -> Il2CppString { ... } fn set_m_bundle_name(self, value: Il2CppString) { ... } fn m_bundle_size(self) -> i64 { ... } fn set_m_bundle_size(self, value: i64) { ... } fn m_use_crc_for_cached_bundles(self) -> bool { ... } fn set_m_use_crc_for_cached_bundles(self, value: bool) { ... } fn m_use_uwr_for_local_bundles(self) -> bool { ... } fn set_m_use_uwr_for_local_bundles(self, value: bool) { ... } fn m_clear_other_cached_versions_when_loaded(self) -> bool { ... } fn set_m_clear_other_cached_versions_when_loaded(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_hash(self) -> Il2CppString

Source

fn set_m_hash(self, value: Il2CppString)

Source

fn m_crc(self) -> u32

Source

fn set_m_crc(self, value: u32)

Source

fn m_timeout(self) -> i32

Source

fn set_m_timeout(self, value: i32)

Source

fn m_chunked_transfer(self) -> bool

Source

fn set_m_chunked_transfer(self, value: bool)

Source

fn m_redirect_limit(self) -> i32

Source

fn set_m_redirect_limit(self, value: i32)

Source

fn m_retry_count(self) -> i32

Source

fn set_m_retry_count(self, value: i32)

Source

fn m_bundle_name(self) -> Il2CppString

Source

fn set_m_bundle_name(self, value: Il2CppString)

Source

fn m_bundle_size(self) -> i64

Source

fn set_m_bundle_size(self, value: i64)

Source

fn m_use_crc_for_cached_bundles(self) -> bool

Source

fn set_m_use_crc_for_cached_bundles(self, value: bool)

Source

fn m_use_uwr_for_local_bundles(self) -> bool

Source

fn set_m_use_uwr_for_local_bundles(self, value: bool)

Source

fn m_clear_other_cached_versions_when_loaded(self) -> bool

Source

fn set_m_clear_other_cached_versions_when_loaded(self, value: bool)

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§