Interface Root

Set properties recursively in a PIXI scene graph

interface Root {
    children: Root[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

children: Root[]

Generated using TypeDoc