unreal.AnimDatabasePhaseExtrapolationMode

class unreal.AnimDatabasePhaseExtrapolationMode

Bases: EnumBase

Mode for handling edges in phase extraction

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameAttribute.h

EXTRAPOLATE: AnimDatabasePhaseExtrapolationMode = Ellipsis

Extrapolates the phase value using the nearest pair of frames

Type:

1

REPEAT: AnimDatabasePhaseExtrapolationMode = Ellipsis

Repeats the phase value at the start and end frames

Type:

0