#[repr(C)]pub struct AssetBundle {
pub klass: &'static mut Il2CppClass,
pub fields: AssetBundleFields,
/* private fields */
}
Expand description
New Il2CppObject structure using the name from the struct item
Fields§
§klass: &'static mut Il2CppClass
§fields: AssetBundleFields
Implementations§
source§impl AssetBundle
impl AssetBundle
pub fn get_class(&self) -> &Il2CppClass
pub fn get_class_mut(&mut self) -> &mut Il2CppClass
source§impl AssetBundle
impl AssetBundle
sourcepub fn load_from_memory_async_internal(
array: &mut Il2CppArray<u8>,
crc: u32,
) -> *const u8
pub fn load_from_memory_async_internal( array: &mut Il2CppArray<u8>, crc: u32, ) -> *const u8
If you wish to skip the crc check, simply provide 0.