Packagede.nulldesign.nd3d.animation
Classpublic class Frame

Used in combination with KeyframeMesh DisplayObject3D and all sub-classes to provided keyframe-based animation to objects.

A Frame object has a list of vertices and a name which define the animation.



Public Properties
 PropertyDefined by
  name : String
Frame
  vertices : Array
Frame
Public Methods
 MethodDefined by
  
Frame(name:String, vertices:Array)
Create a new Frame with a name and a set of vertices
Frame
  
toString():String
Frame
Property detail
nameproperty
public var name:String
verticesproperty 
public var vertices:Array
Constructor detail
Frame()constructor
public function Frame(name:String, vertices:Array)

Create a new Frame with a name and a set of vertices

Parameters
name:String — The name of the frame
 
vertices:Array — An array of Vertex objects
Method detail
toString()method
public function toString():String

Returns
String