Search
Preparing search index...
The search index is not available
@nativewrappers/client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@nativewrappers/client
Container
Class Container
Hierarchy
Container
Implements
IDrawable
Index
Constructors
constructor
Properties
color
items
pos
size
Methods
add
Item
draw
Constructors
constructor
new
Container
(
pos
:
Point
, size
:
Size
, color
:
Color
)
:
Container
Parameters
pos:
Point
size:
Size
color:
Color
Returns
Container
Properties
color
color
:
Color
items
items
:
IDrawable
[]
= []
pos
pos
:
Point
size
size
:
Size
Methods
add
Item
add
Item
(
items
:
IDrawable
|
IDrawable
[]
)
:
void
Parameters
items:
IDrawable
|
IDrawable
[]
Returns
void
draw
draw
(
offset
?:
Size
, resolution
?:
Size
)
:
void
Parameters
Optional
offset:
Size
Optional
resolution:
Size
Returns
void
Exports
Container
constructor
color
items
pos
size
add
Item
draw
Generated using
TypeDoc