ExtrapolationType
Přehled
ExtrapolationType je číslo v aplikaci Aspose.3D FOSS pro .NET.
ExtrapolationType enum definuje čtyři možné extrapolační chování: CONSTANT, CYCLE, CHRNÍK S OFFSET a OSCILLÁCI.
Hodnoty
| Value | Description |
|---|---|
CONSTANT | Represents a constant extrapolation where values remain unchanged beyond keyframes |
CYCLE | Represents a cyclic extrapolation that repeats the animation from the start after the last keyframe |
CYCLE_WITH_OFFSET | Represents a cyclic extrapolation that repeats with an added offset each cycle |
OSCILLATE | Represents an oscillating extrapolation that alternates direction after each cycle |