pixi.spine.Spine
- type
- class
- extends
- pixi.display.DisplayObjectContainer
- metadata
- :native
- "PIXI.Spine"
Constructor
- parameters
url
{String} The url of the spine anim file to be used
- parameters
child
{DisplayObject} The DisplayObject to add to the container
- parameters
child
{DisplayObject} The child to add
index
{Int} The index to place the child in
- parameters
resolution
{Float} The resolution of the texture being generated
scaleMode
{Int} Should be one of the PIXI.scaleMode consts
[renderer]
{CanvasRenderer|WebGLRenderer} The renderer used to generate the texture.
- returns
- {Texture} a texture of the graphics object
- parameters
[matrix]
{Matrix}
- returns
- {Rectangle} the rectangular bounding area
- parameters
index
{Int} The index to get the child from
- returns
- {DisplayObject}
- parameters
name
{String} The name of the child
- returns
- {DisplayObject}
- metadata
- :keep
- parameters
child
{DisplayObject} The DisplayObject instance to identify
- returns
- {Int} The index position of the child display object to identify
- returns
- {Rectangle} the rectangular bounding area
- parameters
child
{DisplayObject} The DisplayObject to remove
- parameters
index
{Int} The index to get the child from
- parameters
beginIndex
{Int} The beginning position. Predefined value is 0.
[endIndex]
{Int} The ending position. Predefined value is children's array length.
- parameters
child
{DisplayObject} The child DisplayObject instance for which you want to change the index number
index
{Int} The resulting index number for the child display object
- parameters
stage
{Stage} the stage that the object will have as its current stage reference
- parameters
child1
{DisplayObject}
child2
{DisplayObject}
- parameters
position
{Point} The world origin to calculate from
- returns
- {Point} A point object representing the position of this object
- parameters
position
{Point} The world origin to calculate from
[frm]
{DisplayObject} The DisplayObject to calculate the global position from
- returns
- {Point} A point object representing the position of this object
- parameters
dt
{Float} Delta time. Time by which the animation should be updated