| | Class | Description |
|---|
| | AddChild |
This process add a DisplayObject in a specific DisplayObjectContainer. |
| | AddChildAt |
This process add a DisplayObject in a specific index in a DisplayObjectContainer. |
| | FiltersDisplay |
This process apply filters over a DisplayObject. |
| | HideDisplay |
This process hide a DisplayObject. |
| | MoveTo |
This process move a DisplayObject in a specific x,y,z position. |
| | RemoveChild |
This process remove a DisplayObject in a specific DisplayObjectContainer. |
| | RemoveChildAt |
This process remove a DisplayObject with a specific index in a DisplayObjectContainer. |
| | RemoveChildren |
This process remove all children in a specific DisplayObjectContainer object. |
| | SetChildIndex |
Changes the position of an existing child in the display object container. |
| | ShowDisplay |
This process show a DisplayObject. |
| | SwapChildrenAt |
Swaps the z-order (front-to-back order) of the specified child objects at the two specified index positions in the child list. |