TextureBase
The
TextureBase
class describes a texture.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. |
This module exposes no methods.
Last modified 3yr ago