pub enum EngineFactIdV1 {
Show 14 variants
AcceptedInputs,
AnimationAddressability,
TargetCoordinateBasis,
TargetLinearUnit,
UnitConversionControl,
AxisConversionControl,
ExactAxisConversion,
ResultingHierarchyScale,
WholeEndFrameRequired,
AnimationChannelHandling,
ExtensionHandling,
ConstructHandling,
AnimationTargetAddressability,
RootMotionAddressability,
}Expand description
Stable id for one immutable V1 profile fact.
Variants§
AcceptedInputs
Bounded input formats accepted by the profile.
AnimationAddressability
How imported animation assets are addressed.
TargetCoordinateBasis
Target coordinate basis.
TargetLinearUnit
Target linear unit.
UnitConversionControl
Source-to-target unit-conversion control.
AxisConversionControl
Source-to-target axis-conversion control.
ExactAxisConversion
Exact axis-conversion transform.
ResultingHierarchyScale
Resulting imported hierarchy scale.
WholeEndFrameRequired
Whether clip boundaries require a whole end frame.
AnimationChannelHandling
Import handling of animation channels.
ExtensionHandling
Import handling of source extensions.
ConstructHandling
Import handling of source constructs.
AnimationTargetAddressability
How imported animation targets are addressed.
RootMotionAddressability
How root-motion sources are addressed.
Implementations§
Trait Implementations§
Source§impl Clone for EngineFactIdV1
impl Clone for EngineFactIdV1
Source§fn clone(&self) -> EngineFactIdV1
fn clone(&self) -> EngineFactIdV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EngineFactIdV1
Source§impl Debug for EngineFactIdV1
impl Debug for EngineFactIdV1
Source§impl<'de> Deserialize<'de> for EngineFactIdV1
impl<'de> Deserialize<'de> for EngineFactIdV1
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
impl Eq for EngineFactIdV1
Source§impl Hash for EngineFactIdV1
impl Hash for EngineFactIdV1
Source§impl Ord for EngineFactIdV1
impl Ord for EngineFactIdV1
Source§fn cmp(&self, other: &EngineFactIdV1) -> Ordering
fn cmp(&self, other: &EngineFactIdV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EngineFactIdV1
impl PartialEq for EngineFactIdV1
Source§impl PartialOrd for EngineFactIdV1
impl PartialOrd for EngineFactIdV1
Source§impl Serialize for EngineFactIdV1
impl Serialize for EngineFactIdV1
impl StructuralPartialEq for EngineFactIdV1
Auto Trait Implementations§
impl Freeze for EngineFactIdV1
impl RefUnwindSafe for EngineFactIdV1
impl Send for EngineFactIdV1
impl Sync for EngineFactIdV1
impl Unpin for EngineFactIdV1
impl UnsafeUnpin for EngineFactIdV1
impl UnwindSafe for EngineFactIdV1
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