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

Наследование: KeyFrame
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
vertexBuffer Axiom.Graphics.HardwareVertexBuffer

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

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

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

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

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

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
public VertexMorphKeyFrame ( AnimationTrack parent, float time ) : System
parent AnimationTrack Animation track that this keyframe belongs to.
time float Time at which this keyframe begins.
Результат System

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

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

A list of the pose references for this frame
protected HardwareVertexBuffer,Axiom.Graphics vertexBuffer
Результат Axiom.Graphics.HardwareVertexBuffer