RenderTexture Namespace
Enumeration
Class
Defined in
RenderTexture Class
Represents a texture image applied to a surface during rendering.
A RenderTexture is typically - but not always - associated with a RenderMaterial.
@see - RenderSystem.createTextureFromImage to obtain a texture from an HTML image.
Implements
Methods
Properties
Name |
Type |
Description |
|
bytesUsed Accessor AbstractReadOnly |
number |
|
|
isGlyph Accessor ReadOnly |
boolean |
|
|
isSkyBox Accessor ReadOnly |
boolean |
|
|
isTileSection Accessor ReadOnly |
boolean |
|
|
type Readonly |
RenderTexture.Type |
Indicates the type of texture. |
|
Defined in
Last Updated:
06 June, 2023