pub enum ObjectCommonProperties {
Show 28 variants
Id,
X,
Y,
FlipHoriz,
FlipVert,
Rotation,
Scale,
ScaleX,
ScaleY,
WarpXAngle,
WarpYAngle,
Color1,
Color2,
SingleColorType,
Color1HSVEnabled,
Color1HSV,
Color2HSVEnabled,
Color2HSV,
Groups,
GroupParentIDs,
EditorLayer,
EditorLayer2,
ZLayer,
ZOrder,
Ord,
Channel,
Edp,
LinkedGroup,
}Variants§
Id
X
Y
FlipHoriz
FlipVert
Rotation
Scale
ScaleX
ScaleY
WarpXAngle
WarpYAngle
Color1
Color2
SingleColorType
Color1HSVEnabled
Color1HSV
Color2HSVEnabled
Color2HSV
Groups
GroupParentIDs
EditorLayer
EditorLayer2
ZLayer
ZOrder
Ord
Channel
Edp
LinkedGroup
Trait Implementations§
Source§impl PropertyID for ObjectCommonProperties
impl PropertyID for ObjectCommonProperties
fn to_property_id(&self) -> i32
Auto Trait Implementations§
impl Freeze for ObjectCommonProperties
impl RefUnwindSafe for ObjectCommonProperties
impl Send for ObjectCommonProperties
impl Sync for ObjectCommonProperties
impl Unpin for ObjectCommonProperties
impl UnsafeUnpin for ObjectCommonProperties
impl UnwindSafe for ObjectCommonProperties
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