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

NameTypeAccessDescription
contentanyRead/WriteStores the raw texture data or source object associated with the texture

Methods

SignatureDescription
constructor(name: string)Creates a new texture instance identified by the supplied name

See Also