PIXI.IRenderableContainer

interface IRenderableContainer

Interface for Container to interface with Renderer.

Summary


Methods from IRenderableContainer

PIXI.Rectangle
getLocalBounds(rect: PIXI.Rectangle, skipChildrenUpdate: boolean)

Get Local bounds for container

Public Methods


getLocalBounds IRenderableObject.ts:29
getLocalBounds(rect: PIXI.Rectangle, skipChildrenUpdate: boolean) → {PIXI.Rectangle}

Get Local bounds for container

Parameters:
Name Type Attributes Description
rect PIXI.Rectangle

<optional>

skipChildrenUpdate boolean

<optional>

Returns:
Type Description
PIXI.Rectangle

Powered by webdoc!