Packageaway3dlite.animators.frames
Classpublic class Frame

Stores a set of vertices representing the position of a mesh for a sigle frame of an animation.

See also

away3dlite.animators.MovieMesh
Public Properties
 PropertyDefined by
  name : String
The name of the frame.
Frame
  vertices : Vector
The array of vertices contained inside the frame
Frame
Public Methods
 MethodDefined by
  
Frame
(name:String, vertices:Vector)
Creates a new Frame object with a name and a set of vertices
Frame
  
toString():String
Returns a string representation of the Frame object
Frame
Property detail
nameproperty
public var name:String

The name of the frame.

verticesproperty 
public var vertices:Vector

The array of vertices contained inside the frame

Constructor detail
Frame()constructor
public function Frame(name:String, vertices:Vector)Parameters
name:String — The name of the frame.
 
vertices:Vector — An array of Vertex objects.
Init Parameters
Method detail
toString()method
public function toString():String

Returns a string representation of the Frame object

Returns
String
Wiki link
Click to go to the wiki page for 'away3dlite.animators.frames.Frame'

Code examples

Comments