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

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

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

Свойство Тип Описание
poseRefs List

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

Метод Описание
AddPoseReference ( ushort poseIndex, float influence ) : void

Add a new pose reference.

RemoveAllPoseReferences ( ) : void

Remove all pose references.

RemovePoseReference ( ushort poseIndex ) : void

Remove reference to a given pose.

UpdatePoseReference ( ushort poseIndex, float influence ) : void

Update the influence of a pose reference.

VertexPoseKeyFrame ( AnimationTrack parent, float time ) : System

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

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

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

Add a new pose reference.
public AddPoseReference ( ushort poseIndex, float influence ) : void
poseIndex ushort
influence float
Результат void

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

Remove all pose references.
public RemoveAllPoseReferences ( ) : void
Результат void

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

Remove reference to a given pose.
public RemovePoseReference ( ushort poseIndex ) : void
poseIndex ushort The pose index (not the index of the reference)
Результат void

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

Update the influence of a pose reference.
public UpdatePoseReference ( ushort poseIndex, float influence ) : void
poseIndex ushort
influence float
Результат void

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

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

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

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

A list of the pose references for this frame
protected List poseRefs
Результат List