TextureBase

The TextureBase class describes a texture.

Properties

Property

Description

height

(get) height: ScalarSignal

Gets the height of the texture in pixels.

identifier

(get) identifier: StringValue (set) (Not Available)

Specifies the unique texture identifier. This value is specified internally in AR Studio.

name

(get) name: StringValue (set) (Not Available)

Specifies the unique texture name. The texture name is specified in AR Studio at design time.

See Also: TexturesModule.get.

signal

(get) signal: ShaderSignal

Gets the RGBA ShaderSignal of the given texture. This signal can then be used in shader computations.

width

(get) width: ScalarSignal

Gets the width of the texture in pixels.

Methods

This module exposes no methods.

Last updated