InterpolationEnumUnreal

enum xrfeitoria.data_structure.constants.InterpolationEnumUnreal(value)[source]

Keyframe interpolation enum of Unreal.

Member Type:

str

Valid values are as follows:

AUTO = <InterpolationEnumUnreal.AUTO: 'AUTO'>
LINEAR = <InterpolationEnumUnreal.LINEAR: 'LINEAR'>
CONSTANT = <InterpolationEnumUnreal.CONSTANT: 'CONSTANT'>