正在准备搜索索引...
搜索索引不可用
LayaAir3引擎API
LayaAir3引擎API
laya/RenderDriver/RenderModuleData/Design/2D/IRender2DDataHandle
I2DPrimitiveDataHandle
接口 I2DPrimitiveDataHandle
primitive渲染数据处理
Blueprint Ignore
interface
I2DPrimitiveDataHandle
{
logicMatrix
:
Matrix
;
mask
:
IRenderStruct2D
;
needUseMatrix
:
boolean
;
applyVertexBufferBlock
(
views
:
IGraphics2DBufferBlock
[]
)
:
void
;
destroy
(
)
:
void
;
inheriteRenderData
(
context
:
IRenderContext2D
)
:
void
;
skipBufferUpdate
(
)
:
void
;
}
层级 (
查看完整内容
)
IRender2DDataHandle
I2DPrimitiveDataHandle
实现于
RTPrimitiveDataHandle
WebPrimitiveDataHandle
索引
属性
logic
Matrix
mask
need
Use
Matrix
方法
apply
Vertex
Buffer
Block
destroy
inherite
Render
Data
skip
Buffer
Update
属性
logic
Matrix
logic
Matrix
:
Matrix
mask
mask
:
IRenderStruct2D
need
Use
Matrix
need
Use
Matrix
:
boolean
方法
apply
Vertex
Buffer
Block
apply
Vertex
Buffer
Block
(
views
)
:
void
参数
views
:
IGraphics2DBufferBlock
[]
返回
void
destroy
destroy
(
)
:
void
返回
void
inherite
Render
Data
inherite
Render
Data
(
context
)
:
void
参数
context
:
IRenderContext2D
返回
void
skip
Buffer
Update
skip
Buffer
Update
(
)
:
void
返回
void
Version
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
logic
Matrix
mask
need
Use
Matrix
方法
apply
Vertex
Buffer
Block
destroy
inherite
Render
Data
skip
Buffer
Update
LayaAir3引擎API
加载中……
primitive渲染数据处理
Blueprint Ignore