Version: 2022.3
言語: 日本語

CurveFilterOptions

struct in UnityEditor.Animations

マニュアルに切り替える

説明

The keyframe reduction settings for compressing animation curves.

Use the CurveFilterOptions when saving a recording to a clip. A value of 0.5 gives a light compression. See Also: GameObjectRecorder.SaveToClip.

変数

floatErrorThe amount the float animation curve is allowed to deviate from its original curve. This amount is expressed as a percentage: a positive value between 0 and 100.
keyframeReductionWhether to apply keyframe reduction.
positionErrorThe amount the position animation curve is allowed to deviate from its original curve. This amount is expressed as a percentage: a positive value between 0 and 100.
rotationErrorThe amount the rotation animation curve is allowed to deviate from its original curve. This amount is expressed as a number of degrees. It should be a positive value between 0 and 180.
scaleErrorThe amount the scale animation curve is allowed to deviate from its original curve. This amount is expressed as a percentage: a positive value between 0 and 100.
unrollRotationWhether to apply rotation unrolling. This option is enabled by default.