Represents a specific time interval within an animation clip that can have motion warping applied to it.
AnimationInterval defines a start and end frame within an animation where specific motion warping behaviors can be applied. This allows for fine-grained control over how animations are modified during playback.
| endTime | The normalized ending time of the animation interval. The value should be between 0 and 1, where 0 represents the start of the animation and 1 represents the end. The end time must be greater than the start time. |
| generalWarpModifierSettings | The general warp modifier settings when motionWarpModifierType is set to GeneralWarp. |
| motionWarpModifierType | The type of motion warp modifier to apply to this interval. |
| motionWarpTargetSettings | The target settings for motion warping applied to this interval. |
| name | The name of the animation interval. |
| scaleWarpModifierSettings | The scale warp modifier settings when motionWarpModifierType is set to ScaleWarp. |
| startTime | The normalized starting time of the animation interval. The value should be between 0 and 1, where 0 represents the start of the animation and 1 represents the end. |
| AnimationInterval | Initializes a new instance of the AnimationInterval class with default values. |