Package | away3dlite.animators.frames |
Class | public class Frame |
See also
Property | Defined by | ||
---|---|---|---|
name : String
The name of the frame.
| Frame | ||
vertices : Vector
The array of vertices contained inside the frame
| Frame |
Method | Defined 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 |
name | property |
public var name:String
The name of the frame.
vertices | property |
public var vertices:Vector
The array of vertices contained inside the frame
Frame | () | constructor |
public function Frame(name:String, vertices:Vector)
Parameters
name:String — The name of the frame.
|
|
vertices:Vector — An array of Vertex objects.
|
toString | () | method |
public function toString():String
Returns a string representation of the Frame
object
String |