pub struct EnlightenSystemInformation {
pub atlasIndex: i32,
pub atlasOffsetX: i32,
pub atlasOffsetY: i32,
pub inputSystemHash: Hash128,
pub radiositySystemHash: Hash128,
pub rendererIndex: u32,
pub rendererSize: u32,
}Expand description
EnlightenSystemInformation is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§atlasIndex: i32§atlasOffsetX: i32§atlasOffsetY: i32§inputSystemHash: Hash128§radiositySystemHash: Hash128§rendererIndex: u32§rendererSize: u32Trait Implementations§
Source§impl Debug for EnlightenSystemInformation
impl Debug for EnlightenSystemInformation
Source§impl<'de> Deserialize<'de> for EnlightenSystemInformation
impl<'de> Deserialize<'de> for EnlightenSystemInformation
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 EnlightenSystemInformation
impl RefUnwindSafe for EnlightenSystemInformation
impl Send for EnlightenSystemInformation
impl Sync for EnlightenSystemInformation
impl Unpin for EnlightenSystemInformation
impl UnwindSafe for EnlightenSystemInformation
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