pub struct VFXPropertySheetSerializedBase {
pub m_AnimationCurve: VFXField,
pub m_Bool: VFXField,
pub m_Float: VFXField,
pub m_Gradient: VFXField,
pub m_Int: VFXField,
pub m_Matrix4x4f: VFXField,
pub m_NamedObject: VFXField,
pub m_Uint: VFXField,
pub m_Vector2f: VFXField,
pub m_Vector3f: VFXField,
pub m_Vector4f: VFXField,
}Expand description
VFXPropertySheetSerializedBase is a sub class of the Unity engine since version 2018.3.0f2.
Fields§
§m_AnimationCurve: VFXField§m_Bool: VFXField§m_Float: VFXField§m_Gradient: VFXField§m_Int: VFXField§m_Matrix4x4f: VFXField§m_NamedObject: VFXField§m_Uint: VFXField§m_Vector2f: VFXField§m_Vector3f: VFXField§m_Vector4f: VFXFieldTrait Implementations§
Source§impl<'de> Deserialize<'de> for VFXPropertySheetSerializedBase
impl<'de> Deserialize<'de> for VFXPropertySheetSerializedBase
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 VFXPropertySheetSerializedBase
impl RefUnwindSafe for VFXPropertySheetSerializedBase
impl Send for VFXPropertySheetSerializedBase
impl Sync for VFXPropertySheetSerializedBase
impl Unpin for VFXPropertySheetSerializedBase
impl UnwindSafe for VFXPropertySheetSerializedBase
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