CreateVertexPoseKeyFrame()

语法

Result = CreateVertexPoseKeyFrame(#Mesh, Animation$, Track, Time)
概要
Creates a new keyframe in the vertex animation. The animation should be already be created with CreateVertexAnimation(), or be predefined in the mesh.

参数

#Mesh The mesh to use.
Animation$ The animation name. This name is case-sensitive. The animation should be already be created with CreateVertexAnimation().
Track The track index. The track has to be previously created with CreateVertexTrack().
Time The time in the animation to set the keyframe (in milliseconds). This value has to be between zero and the 'Length' defined in CreateVertexAnimation().

返回值

Returns the new keyframe index.

参阅

CreateVertexAnimation(), CreateVertexTrack()

已支持操作系统

所有

<- CreateVertexAnimation() - VertexAnimation Index - CreateVertexTrack() ->