C# Class Axiom.Animating.NumericKeyFrame

Specialised KeyFrame which stores any numeric value.
Inheritance: KeyFrame
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
numericValue Object

Public Methods

Method Description
NumericKeyFrame ( AnimationTrack parent, float time ) : System

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.

Method Details

NumericKeyFrame() public method

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
public NumericKeyFrame ( AnimationTrack parent, float time ) : System
parent AnimationTrack Animation track that this keyframe belongs to.
time float Time at which this keyframe begins.
return System

Property Details

numericValue protected property

Object holding the numeric value
protected Object numericValue
return Object