The TextureBase
class describes a texture.
Property | Description |
---|---|
height
|
Gets the height of the texture in pixels. |
identifier
|
Specifies the unique texture identifier. This value is specified internally in AR Studio. |
name
|
Specifies the unique texture name. The texture name is specified in AR Studio at design time. See Also: |
signal
|
Gets the RGBA ShaderSignal of the given texture. This signal can then be used in shader computations. |
width
|
Gets the width of the texture in pixels. |
This module exposes no methods.