sparkengineweb
Preparing search index...
RenderCommand
Interface RenderCommand
interface
RenderCommand
{
renderCommandID
:
RenderCommandID
;
execute
(
ctx
:
CanvasRenderingContext2D
,
gfx
:
CanvasDevice
)
:
void
;
}
Implemented by
DrawImageCommand
DrawPrimitiveCommand
SetBlendingMethodCommand
SetTransformMatrixCommand
Index
Properties
render
Command
ID
Methods
execute
Properties
render
Command
ID
renderCommandID
:
RenderCommandID
Methods
execute
execute
(
ctx
:
CanvasRenderingContext2D
,
gfx
:
CanvasDevice
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
gfx
:
CanvasDevice
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
render
Command
ID
Methods
execute
sparkengineweb
Loading...