pub enum EngineFactIdV2 {
AcceptedInputs,
TargetLinearUnit,
SourceToTargetUnitMapping,
PhysicalDimensionsPreserved,
ImporterScaleConversion,
ApplicationWorldUnitPolicy,
ResultingTransformScale,
RootMotionAddressability,
SourceImportDisposition,
ImportSettingProjection,
}Expand description
Closed V2 fact vocabulary shared by prediction and advice profiles.
Variants§
AcceptedInputs
Accepted source containers.
TargetLinearUnit
Target world-length convention, without claiming application enforcement.
SourceToTargetUnitMapping
Exact source numeric-unit mapping.
PhysicalDimensionsPreserved
Whether numeric physical dimensions survive importer conversion.
ImporterScaleConversion
Importer scale-conversion behavior.
ApplicationWorldUnitPolicy
Whether the engine enforces an application-wide world-unit policy.
ResultingTransformScale
Effective static/default-rest transform behavior.
RootMotionAddressability
Root-motion source/addressability semantics.
SourceImportDisposition
Import handling for source animation/channel subjects.
ImportSettingProjection
Exact import-setting projection semantics.
Implementations§
Trait Implementations§
Source§impl Clone for EngineFactIdV2
impl Clone for EngineFactIdV2
Source§fn clone(&self) -> EngineFactIdV2
fn clone(&self) -> EngineFactIdV2
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 EngineFactIdV2
Source§impl Debug for EngineFactIdV2
impl Debug for EngineFactIdV2
Source§impl<'de> Deserialize<'de> for EngineFactIdV2
impl<'de> Deserialize<'de> for EngineFactIdV2
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 EngineFactIdV2
Source§impl Hash for EngineFactIdV2
impl Hash for EngineFactIdV2
Source§impl Ord for EngineFactIdV2
impl Ord for EngineFactIdV2
Source§fn cmp(&self, other: &EngineFactIdV2) -> Ordering
fn cmp(&self, other: &EngineFactIdV2) -> 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 EngineFactIdV2
impl PartialEq for EngineFactIdV2
Source§impl PartialOrd for EngineFactIdV2
impl PartialOrd for EngineFactIdV2
Source§impl Serialize for EngineFactIdV2
impl Serialize for EngineFactIdV2
impl StructuralPartialEq for EngineFactIdV2
Auto Trait Implementations§
impl Freeze for EngineFactIdV2
impl RefUnwindSafe for EngineFactIdV2
impl Send for EngineFactIdV2
impl Sync for EngineFactIdV2
impl Unpin for EngineFactIdV2
impl UnsafeUnpin for EngineFactIdV2
impl UnwindSafe for EngineFactIdV2
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