Package | away3dlite.animators.frames |
Class | public class Frame |
Inheritance | Frame Object |
See also
Property | Defined By | ||
---|---|---|---|
name : String
The name of the frame. | Frame | ||
vertices : Vector.<Number>
The array of vertices contained inside the frame
| Frame |
Method | Defined By | ||
---|---|---|---|
Frame(name:String, vertices:Vector.<Number>)
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.<Number>
The array of vertices contained inside the frame
Frame | () | Constructor |
public function Frame(name:String, vertices:Vector.<Number>)
Creates a new Frame
object with a name and a set of vertices
name:String — The name of the frame.
| |
vertices:Vector.<Number> — An array of Vertex objects.
|
toString | () | method |
public function toString():String
Returns a string representation of the Frame
object
String |