Extends
Methods
addChild(child) → {this}
Add child to internal Pixi container
Parameters:
Name | Type | Description |
---|---|---|
child |
PIXI.DisplayObject | phina.pixi.PixiElement |
- Inherited From:
- Source:
Returns:
- Type
- this
getPixiChildren() → {Array}
Get all children in Pixi container
Parameters:
Type | Description |
---|---|
void |
- Inherited From:
- Source:
Returns:
- Type
- Array
removeChild(child) → {this}
Remove child from internal Pixi container
Parameters:
Name | Type | Description |
---|---|---|
child |
PIXI.DisplayObject | phina.pixi.PixiElement |
- Inherited From:
- Source:
Returns:
- Type
- this