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

Reference to a pose at a given influence level
Each keyframe can refer to many poses each at a given influence level.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
influence float
poseIndex ushort

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

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

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

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

public PoseRef ( ushort poseIndex, float influence ) : System
poseIndex ushort
influence float
Результат System

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

influence публичное свойство

Influence level of the linked pose. 1.0 for full influence (full offset), 0.0 for no influence.
public float influence
Результат float

poseIndex публичное свойство

The linked pose index.
The Mesh contains all poses for all vertex data in one list, both for the shared vertex data and the dedicated vertex data on submeshes. The 'target' on the parent track must match the 'target' on the linked pose.
public ushort poseIndex
Результат ushort