pub struct UpdateZoneInfo {
pub needSwap: bool,
pub passIndex: i32,
pub rotation: f32,
pub updateZoneCenter: Vector3f,
pub updateZoneSize: Vector3f,
}Expand description
UpdateZoneInfo is a sub class of the Unity engine since version 5.6.0b1.
Fields§
§needSwap: bool§passIndex: i32§rotation: f32§updateZoneCenter: Vector3f§updateZoneSize: Vector3fTrait Implementations§
Source§impl Debug for UpdateZoneInfo
impl Debug for UpdateZoneInfo
Source§impl<'de> Deserialize<'de> for UpdateZoneInfo
impl<'de> Deserialize<'de> for UpdateZoneInfo
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 UpdateZoneInfo
impl RefUnwindSafe for UpdateZoneInfo
impl Send for UpdateZoneInfo
impl Sync for UpdateZoneInfo
impl Unpin for UpdateZoneInfo
impl UnwindSafe for UpdateZoneInfo
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