pub struct PropertyModificationsTargetTestObject {
pub m_Array: Vec<PropertyModificationsTargetTestNativeObject>,
pub m_Data: PropertyModificationsTargetTestNativeObject,
pub m_FloatTestValue: f32,
pub byte_data: Option<Vec<u8>>,
pub m_Bytes: Option<Vec<u8>>,
pub m_BytesSize: Option<u32>,
pub m_Floats: Option<Vec<f32>>,
}Expand description
PropertyModificationsTargetTestObject is a class of the Unity engine since version 2019.1.0b1.
Fields§
§m_Array: Vec<PropertyModificationsTargetTestNativeObject>§m_Data: PropertyModificationsTargetTestNativeObject§m_FloatTestValue: f32§byte_data: Option<Vec<u8>>Vec
m_Bytes: Option<Vec<u8>>Vec
m_BytesSize: Option<u32>u32: (2019.3.0b1 - 2020.3.24f1)
m_Floats: Option<Vec<f32>>Vec
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PropertyModificationsTargetTestObject
impl<'de> Deserialize<'de> for PropertyModificationsTargetTestObject
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 PropertyModificationsTargetTestObject
impl RefUnwindSafe for PropertyModificationsTargetTestObject
impl Send for PropertyModificationsTargetTestObject
impl Sync for PropertyModificationsTargetTestObject
impl Unpin for PropertyModificationsTargetTestObject
impl UnwindSafe for PropertyModificationsTargetTestObject
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