Property | Type | Description | |
---|---|---|---|
poseRefs | List |
Method | Description | |
---|---|---|
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 ( |
Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
|
public AddPoseReference ( ushort poseIndex, float influence ) : void | ||
poseIndex | ushort | |
influence | float | |
return | void |
public RemovePoseReference ( ushort poseIndex ) : void | ||
poseIndex | ushort | The pose index (not the index of the reference) |
return | void |
public UpdatePoseReference ( ushort poseIndex, float influence ) : void | ||
poseIndex | ushort | |
influence | float | |
return | void |
public VertexPoseKeyFrame ( |
||
parent | Animation track that this keyframe belongs to. | |
time | float | Time at which this keyframe begins. |
return | System |