EnumRenderMode

EnumRenderMode()

渲染模式。

See:

Members

staticconstantCooWasm.EnumRenderMode.DEPTH : Number

仅渲染深度,常用于透明蒙版。

staticconstantCooWasm.EnumRenderMode.NORMAL : Number

颜色、深度均绘制。

staticconstantCooWasm.EnumRenderMode.NULL : Number

颜色、深度均不绘制,用于拾取。