VertexPoseReferenceCount()
Syntax
Result = VertexPoseReferenceCount(#Mesh, Animation$, Track, Keyframe)Description
Returns the number of pose reference in the specified keyframe. The animation should be already be created with CreateVertexAnimation().
Parameters
#Mesh The mesh to use. Animation$ The animation name. This name is case-sensitive. The animation should be already be created with CreateVertexAnimation(), or be predefined in the mesh. Track The track index. The track has to be previously created with CreateVertexTrack(). Keyframe The keyframe index. The keyframe has to be previously created with CreateVertexPoseKeyFrame().
Return value
Returns the number of pose reference in the specified keyframe.
See Also
CreateVertexAnimation(), CreateVertexTrack(), AddVertexPoseReference()
Supported OS
All