VertexPoseReferenceCount()
语法
Result = VertexPoseReferenceCount(#Mesh, Animation$, Track, Keyframe)概要
Returns the number of pose reference in the specified keyframe. The animation should be already be created with CreateVertexAnimation().
参数
#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().
返回值
Returns the number of pose reference in the specified keyframe.
参阅
CreateVertexAnimation(), CreateVertexTrack(), AddVertexPoseReference()
已支持操作系统
所有