phina.js.d.ts
Preparing search index...
phina
display
CanvasRenderer
Interface CanvasRenderer
interface
CanvasRenderer
{
canvas
:
phina
.
graphics
.
Canvas
;
render
(
scene
:
phina
.
display
.
DisplayScene
)
:
void
;
renderChildren
(
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
)
:
void
;
renderObject
(
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
)
:
void
;
}
Index
Properties
canvas
Methods
render
render
Children
render
Object
Properties
canvas
canvas
:
phina
.
graphics
.
Canvas
Methods
render
render
(
scene
:
phina
.
display
.
DisplayScene
)
:
void
Parameters
scene
:
phina
.
display
.
DisplayScene
Returns
void
render
Children
renderChildren
(
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
)
:
void
Parameters
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
Returns
void
render
Object
renderObject
(
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
)
:
void
Parameters
obj
:
phina
.
app
.
Object2D
|
phina
.
graphics
.
Canvas
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canvas
Methods
render
render
Children
render
Object
phina.js.d.ts
Loading...