pub struct NativeFormatImporter {
pub m_Name: String,
pub m_UserData: String,
pub m_AssetBundleName: Option<String>,
pub m_AssetBundleVariant: Option<String>,
pub m_ExternalObjects: Option<Vec<(SourceAssetIdentifier, PPtr)>>,
pub m_MainObjectFileID: Option<i64>,
pub m_UsedFileIDs: Option<Vec<i64>>,
}Expand description
NativeFormatImporter is a class of the Unity engine since version 4.0.0.
Fields§
§m_Name: String§m_UserData: String§m_AssetBundleName: Option<String>String: (5.0.0f4 - 2022.3.2f1)
m_AssetBundleVariant: Option<String>String: (5.0.0f4 - 2022.3.2f1)
m_ExternalObjects: Option<Vec<(SourceAssetIdentifier, PPtr)>>Vec<(SourceAssetIdentifier, PPtr<[Object]>)>: (2017.2.0b2 - 2022.3.2f1)
m_MainObjectFileID: Option<i64>i64: (5.6.0f1 - 2022.3.2f1)
m_UsedFileIDs: Option<Vec<i64>>Vec
Trait Implementations§
Source§impl Debug for NativeFormatImporter
impl Debug for NativeFormatImporter
Source§impl<'de> Deserialize<'de> for NativeFormatImporter
impl<'de> Deserialize<'de> for NativeFormatImporter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NativeFormatImporter
impl RefUnwindSafe for NativeFormatImporter
impl Send for NativeFormatImporter
impl Sync for NativeFormatImporter
impl Unpin for NativeFormatImporter
impl UnwindSafe for NativeFormatImporter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more