pub enum EngineSettingIdV2 {
Show 18 variants
ConvertUnits,
BakeAxisConversion,
RootMotionSource,
RootRotation,
RootPositionY,
RootPositionXz,
AnimationType,
AvatarSetup,
ImportAnimation,
RotateSceneEntity,
RotateMeshes,
LoadMeshes,
ExtensionHandlerEnvironment,
BevyAnimationFeature,
LoadAnimations,
AnimationFps,
AnimationTrimming,
SampleRate,
}Expand description
Closed setting ids required by the coordinated V2 profile migration.
Variants§
ConvertUnits
Historical unit conversion toggle.
BakeAxisConversion
Historical axis conversion toggle.
RootMotionSource
Exact root-motion source path.
RootRotation
Yaw bake/extract policy.
RootPositionY
Vertical bake/extract policy.
RootPositionXz
Horizontal bake/extract policy.
AnimationType
Unity animation type.
AvatarSetup
Unity avatar construction policy.
ImportAnimation
Unity animation import gate.
RotateSceneEntity
Bevy scene-entity coordinate rotation.
RotateMeshes
Bevy mesh coordinate rotation.
LoadMeshes
Bevy mesh-name load filter.
ExtensionHandlerEnvironment
Exact Bevy extension-handler environment.
BevyAnimationFeature
Compile-time Bevy animation feature.
LoadAnimations
Per-load Bevy animation gate.
AnimationFps
Godot animation bake frequency.
AnimationTrimming
Godot animation trimming toggle.
SampleRate
Unreal sample-rate policy.
Implementations§
Trait Implementations§
Source§impl Clone for EngineSettingIdV2
impl Clone for EngineSettingIdV2
Source§fn clone(&self) -> EngineSettingIdV2
fn clone(&self) -> EngineSettingIdV2
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 EngineSettingIdV2
Source§impl Debug for EngineSettingIdV2
impl Debug for EngineSettingIdV2
Source§impl<'de> Deserialize<'de> for EngineSettingIdV2
impl<'de> Deserialize<'de> for EngineSettingIdV2
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 EngineSettingIdV2
Source§impl Hash for EngineSettingIdV2
impl Hash for EngineSettingIdV2
Source§impl Ord for EngineSettingIdV2
impl Ord for EngineSettingIdV2
Source§fn cmp(&self, other: &EngineSettingIdV2) -> Ordering
fn cmp(&self, other: &EngineSettingIdV2) -> 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 EngineSettingIdV2
impl PartialEq for EngineSettingIdV2
Source§impl PartialOrd for EngineSettingIdV2
impl PartialOrd for EngineSettingIdV2
Source§impl Serialize for EngineSettingIdV2
impl Serialize for EngineSettingIdV2
impl StructuralPartialEq for EngineSettingIdV2
Auto Trait Implementations§
impl Freeze for EngineSettingIdV2
impl RefUnwindSafe for EngineSettingIdV2
impl Send for EngineSettingIdV2
impl Sync for EngineSettingIdV2
impl Unpin for EngineSettingIdV2
impl UnsafeUnpin for EngineSettingIdV2
impl UnwindSafe for EngineSettingIdV2
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