Property | Type | Description | |
---|---|---|---|
numericValue | Object |
Method | Description | |
---|---|---|
NumericKeyFrame ( |
Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
|
public NumericKeyFrame ( |
||
parent | Animation track that this keyframe belongs to. | |
time | float | Time at which this keyframe begins. |
return | System |