AnimationCurve¶
Class | orca.core
A single animated property curve, consisting of keyframes for one property on one target object.
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Path |
string |
Relative path from the AnimationClip's host object to the target object (empty string means the host object itself) |
Property |
string |
Short name of the property to animate (e.g. "Opacity", "Position") |
Keyframes |
Keyframe |
Array of keyframes that define this curve |
NumKeyframes |
int |