@esengine/nova-ecs-render-canvas - v1.0.2
Preparing search index...
DrawCommand
Interface DrawCommand
Draw command for batch rendering 批量渲染的绘制命令
interface
DrawCommand
{
data
:
unknown
;
style
:
unknown
;
type
:
"line"
|
"circle"
|
"rect"
|
"polygon"
|
"text"
|
"texture"
;
}
Index
Properties
data
style
type
Properties
data
data
:
unknown
style
style
:
unknown
type
type
:
"line"
|
"circle"
|
"rect"
|
"polygon"
|
"text"
|
"texture"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
style
type
@esengine/nova-ecs-render-canvas - v1.0.2
Loading...
Draw command for batch rendering 批量渲染的绘制命令