Scripting API
TexturesModule
ImageTexture

ImageTexture

The ImageTexture class encapsulates an image that may be used to form materials for rendering in the scene.

Inherits From : TextureBase

Properties

PropertyDescription
colorEncoding
(get) colorEncoding: StringSignal<TextureColorEncoding>
(set) (Not Available)


Specifies the color encoding this texture would be using.
filteringMode
(get) filteringMode: StringSignal<TextureFilteringMode>
(set) (Not Available)


Specifices the filtering mode to use to address size mismatch between image data
and it's rendered representation.
uWrapMode
(get) uWrapMode: StringSignal<TextureWrapMode>
(set) (Not Available)


Specifies how this texture is going to "tile" along it's horizontal axis.
vWrapMode
(get) vWrapMode: StringSignal<TextureWrapMode>
(set) (Not Available)


Specifies how this texture is going to "tile" along it's horizontal axis.

Methods

This module exposes no methods.