pub struct AutoOffMeshLinkData {
pub m_Area: u8,
pub m_End: Vector3f,
pub m_LinkDirection: u8,
pub m_LinkType: u16,
pub m_Radius: f32,
pub m_Start: Vector3f,
}Expand description
AutoOffMeshLinkData is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§m_Area: u8§m_End: Vector3f§m_LinkDirection: u8§m_LinkType: u16§m_Radius: f32§m_Start: Vector3fTrait Implementations§
Source§impl Debug for AutoOffMeshLinkData
impl Debug for AutoOffMeshLinkData
Source§impl<'de> Deserialize<'de> for AutoOffMeshLinkData
impl<'de> Deserialize<'de> for AutoOffMeshLinkData
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 AutoOffMeshLinkData
impl RefUnwindSafe for AutoOffMeshLinkData
impl Send for AutoOffMeshLinkData
impl Sync for AutoOffMeshLinkData
impl Unpin for AutoOffMeshLinkData
impl UnwindSafe for AutoOffMeshLinkData
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