C# Class Axiom.Animating.NumericKeyFrame

Specialised KeyFrame which stores any numeric value.
Inheritance: KeyFrame
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
numericValue Object

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Property Details

numericValue protected_oe property

Object holding the numeric value
protected Object numericValue
Résultat Object