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.

This class provides 1 method for working with TextureBase objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: content.

Description

TextureBase is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 1 property for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.

Core capabilities include: Creates a new texture instance identified by the supplied name. These operations enable developers to integrate texturebase functionality directly into TypeScript applications.

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
contentanyRead/WriteGets the content.

Methods

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

See Also