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 declares 6 methods for TextureBase objects in TypeScript programs. Available methods include: constructor, findProperty, getProperty, removeProperty, setProperty, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: content, name, properties.

Properties

NameTypeAccessDescription
contentanyRead/WriteGets the content.
namestringRead/WriteGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
constructor(name: string)Creates a new texture instance identified by the supplied name
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this TextureBase instance.
getProperty(property: string)anyCalls getProperty(property) on this TextureBase instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this TextureBase instance.
toString()stringCalls toString on this TextureBase instance.

See Also

 English