ianimation.as
来自「著名的flash 3d引擎 away 3d的源代码」· AS 代码 · 共 19 行
AS
19 行
package away3d.core.base{ /** * Interface for objects that can animate the vertex values in a mesh */ public interface IAnimation { /** * Updates the positions of vertex objects in the mesh to the current frame values * * @param mesh The mesh on which the animation object acts * * @see away3d.core.base.Frame */ function update(mesh:BaseMesh):void; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?