pub struct TextureImportOutput {
pub sourceTextureInformation: SourceTextureInformation,
pub textureImportInstructions: TextureImportInstructions,
pub importInspectorWarnings: Option<String>,
}Expand description
TextureImportOutput is a sub class of the Unity engine since version 4.0.0.
Fields§
§sourceTextureInformation: SourceTextureInformation§textureImportInstructions: TextureImportInstructions§importInspectorWarnings: Option<String>String: (5.0.0f4 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for TextureImportOutput
impl Debug for TextureImportOutput
Source§impl<'de> Deserialize<'de> for TextureImportOutput
impl<'de> Deserialize<'de> for TextureImportOutput
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 TextureImportOutput
impl RefUnwindSafe for TextureImportOutput
impl Send for TextureImportOutput
impl Sync for TextureImportOutput
impl Unpin for TextureImportOutput
impl UnwindSafe for TextureImportOutput
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