Enum KzuPropertyBinaryTargetAttribute
#[repr(i32)]pub enum KzuPropertyBinaryTargetAttribute {
Show 21 variants
TranslationX = 0,
TranslationY = 1,
TranslationZ = 2,
ScaleX = 3,
ScaleY = 4,
ScaleZ = 5,
RotationZ = 6,
RotationY = 7,
RotationX = 8,
WholeProperty = 9,
ColorR = 10,
ColorG = 11,
ColorB = 12,
ColorA = 13,
VectorX = 14,
VectorY = 15,
VectorZ = 16,
VectorW = 17,
Scale = 18,
Rotation = 19,
Translation = 20,
}Expand description
Binding property field (binary file).
Variants§
TranslationX = 0
TranslationY = 1
TranslationZ = 2
ScaleX = 3
ScaleY = 4
ScaleZ = 5
RotationZ = 6
RotationY = 7
RotationX = 8
WholeProperty = 9
ColorR = 10
ColorG = 11
ColorB = 12
ColorA = 13
VectorX = 14
VectorY = 15
VectorZ = 16
VectorW = 17
Scale = 18
Rotation = 19
Translation = 20
Implementations§
§impl KzuPropertyBinaryTargetAttribute
impl KzuPropertyBinaryTargetAttribute
pub fn as_str(self) -> &'static str
pub fn convert(num: i32) -> KzuPropertyBinaryTargetAttribute
Trait Implementations§
§impl Clone for KzuPropertyBinaryTargetAttribute
impl Clone for KzuPropertyBinaryTargetAttribute
§fn clone(&self) -> KzuPropertyBinaryTargetAttribute
fn clone(&self) -> KzuPropertyBinaryTargetAttribute
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for KzuPropertyBinaryTargetAttribute
impl Debug for KzuPropertyBinaryTargetAttribute
§impl Display for KzuPropertyBinaryTargetAttribute
impl Display for KzuPropertyBinaryTargetAttribute
§impl VariantConstraint for KzuPropertyBinaryTargetAttribute
impl VariantConstraint for KzuPropertyBinaryTargetAttribute
§type DataArg<'a> = KzuPropertyBinaryTargetAttribute
type DataArg<'a> = KzuPropertyBinaryTargetAttribute
Specifies the type of an argument that provides a value to
Variant.
Generally, this type matches Self, except for KanziString, Resource, and ResourceId. Read more§fn as_arg(
&self,
) -> <KzuPropertyBinaryTargetAttribute as VariantConstraint>::DataArg<'_>
fn as_arg( &self, ) -> <KzuPropertyBinaryTargetAttribute as VariantConstraint>::DataArg<'_>
impl Copy for KzuPropertyBinaryTargetAttribute
impl Eq for KzuPropertyBinaryTargetAttribute
impl PropertyTypeConstraint for KzuPropertyBinaryTargetAttribute
impl StructuralPartialEq for KzuPropertyBinaryTargetAttribute
Auto Trait Implementations§
impl Freeze for KzuPropertyBinaryTargetAttribute
impl RefUnwindSafe for KzuPropertyBinaryTargetAttribute
impl Send for KzuPropertyBinaryTargetAttribute
impl Sync for KzuPropertyBinaryTargetAttribute
impl Unpin for KzuPropertyBinaryTargetAttribute
impl UnwindSafe for KzuPropertyBinaryTargetAttribute
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