C# Класс Axiom.Animating.NumericKeyFrame

Specialised KeyFrame which stores any numeric value.
Наследование: KeyFrame
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
numericValue Object

Открытые методы

Метод Описание
NumericKeyFrame ( AnimationTrack parent, float time ) : System

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

Описание методов

NumericKeyFrame() публичный метод

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.
Результат System

Описание свойств

numericValue защищенное свойство

Object holding the numeric value
protected Object numericValue
Результат Object