Package | away3d.core.base |
Interface | public interface IAnimation |
Implementors | Animation |
Method | Defined by | ||
---|---|---|---|
Updates the positions of vertex objects in the mesh to the current frame values
| IAnimation |
update | () | method |
public function update(mesh:BaseMesh):void
Updates the positions of vertex objects in the mesh to the current frame values
Parametersmesh:BaseMesh — The mesh on which the animation object acts
|
See also