xr-frame / Exports / IViewAction
# Interface: IViewAction
对一个View进行清屏的操作。
# Table of contents
# Properties
# Properties
# clearColor
• Optional clearColor: [number, number, number, number]
用于清屏的颜色值。
default [0,0,0,0]
# clearDepth
• Optional clearDepth: number
用于清屏的深度值。
default 1
# clearStencil
• Optional clearStencil: number
用于清屏的模板值。
default 0
# colorAction
• Optional colorAction: ELoadAction
颜色操作。
# depthAction
• Optional depthAction: ELoadAction
深度操作。
# stencilAction
• Optional stencilAction: ELoadAction
模板操作。