ProtectedconstructorWhether this render target includes a depth buffer.
Whether mipmaps should be generated.
The height of each face in pixels.
The six images comprising the cube map.
Whether the texture is fully loaded.
Explicitly pre-baked mipmap levels. Each entry is an array of 6 images.
The unique identifier of the texture.
The width of each face in pixels.
Loads the cube map from one or more URLs.
A single URL or an array of URLs.
Optionallayout: CubeLayoutOptional layout hint for single images (e.g. 6x1 strip, 3x2 grid, or crosses).
Loads explicit mipmap levels for this CubeTexture. Useful for prefiltered IBL maps (e.g. mip0, mip1, mip2...).
Array of URLs, one per mip level (typically horizontal cross maps).
Optionallayout: CubeLayoutOptional layout hint.
Resizes the render target cube.
The new width.
The new height.
StaticcreateCreates a new RenderTargetCube.
Configuration options.
A new RenderTargetCube instance.
A specialized cube texture that can be rendered to by a Renderer. Represents an environment probe map with 6 faces.