TextureBase

Overview

TextureBase is a class in Aspose.3D FOSS for Python.

Base class for all texture types.

This class declares 1 method for TextureBase objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: name.

Properties

NameTypeAccessDescription
name``Read/WriteGets or sets the name.

Methods

SignatureDescription
__init__()Not implemented in the FOSS edition — throws at runtime. Calls init on this TextureBase instance.

See Also