C# Class 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.
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
influence float
poseIndex ushort

Méthodes publiques

Méthode Description
PoseRef ( ushort poseIndex, float influence ) : System

Method Details

PoseRef() public méthode

public PoseRef ( ushort poseIndex, float influence ) : System
poseIndex ushort
influence float
Résultat System

Property Details

influence public_oe property

Influence level of the linked pose. 1.0 for full influence (full offset), 0.0 for no influence.
public float influence
Résultat float

poseIndex public_oe property

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
Résultat ushort