pub struct PackingSettings {
pub allowAlphaSplitting: bool,
pub blockOffset: i32,
pub enableRotation: bool,
pub enableTightPacking: bool,
pub padding: i32,
pub enableAlphaDilation: Option<bool>,
}Expand description
PackingSettings is a sub class of the Unity engine since version 2020.1.0b1.
Fields§
§allowAlphaSplitting: bool§blockOffset: i32§enableRotation: bool§enableTightPacking: bool§padding: i32§enableAlphaDilation: Option<bool>bool: (2021.1.0b1 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for PackingSettings
impl Debug for PackingSettings
Source§impl<'de> Deserialize<'de> for PackingSettings
impl<'de> Deserialize<'de> for PackingSettings
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 PackingSettings
impl RefUnwindSafe for PackingSettings
impl Send for PackingSettings
impl Sync for PackingSettings
impl Unpin for PackingSettings
impl UnwindSafe for PackingSettings
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