TextureBase
Overview
TextureBase is a class in Aspose.3D FOSS for Typescript.
Inherits from: A3DObject.
TextureBase.constructor creates a new texture instance identified by the supplied name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
content | any | Read/Write | Stores the raw texture data or source object associated with the texture |
Methods
| Signature | Description |
|---|---|
constructor(name: string) | Creates a new texture instance identified by the supplied name |