Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRenderTextureOptions

RenderTexture构造参数。

Hierarchy

  • IRenderTextureOptions

Index

Properties

Optional colors

colors: ITextureOptions[]

颜色纹理配置。
目前只支持一个Color输出!

Optional depthStencil

depthStencil: { format: Depth_Low | Depth_High | Depth_Stencil; needRead?: boolean }

深度模板纹理配置。

Type declaration

height

height: number

高。

Optional isShared

isShared: boolean

是否是跨域共享纹理。

Optional needSampleCount

needSampleCount: number
default

1

Optional uuid

uuid: string

若是跨域共享纹理,主域和子域的id需要对应。

width

width: number

宽。

Generated using TypeDoc