KeyFrame
Overview
KeyFrame is a class in Aspose.3D FOSS for Python.
KeyFrame.time represents the timestamp of the keyframe in seconds.
This class provides 1 method for working with KeyFrame objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: bias, continuity, flat, independent_tangent, interpolation, next_in_tangent, and 9 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
time | float | Read/Write | Gets or sets the time. |
value | float | Read/Write | Gets or sets the value. |
interpolation | Interpolation | Read/Write | Gets or sets the interpolation. |
tangent_weight_mode | WeightedMode | Read/Write | Gets or sets the tangent weight mode. |
step_mode | StepMode | Read/Write | Gets or sets the step mode. |
next_in_tangent | 'Vector2' | Read/Write | Gets or sets the next in tangent. |
out_tangent | 'Vector2' | Read/Write | Gets or sets the out tangent. |
out_weight | float | Read/Write | Gets or sets the out weight. |
next_in_weight | float | Read/Write | Gets or sets the next in weight. |
tension | float | Read/Write | Gets or sets the tension. |
continuity | float | Read/Write | Gets or sets the continuity. |
bias | float | Read/Write | Gets or sets the bias. |
independent_tangent | bool | Read/Write | Gets or sets the independent tangent. |
flat | bool | Read/Write | Gets or sets the flat. |
time_independent_tangent | bool | Read/Write | Gets or sets the time independent tangent. |
Methods
| Signature | Description |
|---|---|
__init__(curve: 'KeyframeSequence', time: float) |