alias_api.AlTextureNode

class alias_api.AlTextureNode

Bases: AlDagNode

Dag node class for solid textures.

AlTextureNode is the class used to access and manipulate the transformations on solid textures within the dag. This class behaves like other dag nodes (see AlDagNode for a description of the usage and purpose of dag nodes) except that you are not able to instantiate or create one.

copy_wrapper(self: alias_api.AlTextureNode) alias_api.AlObject

Return an exact duplicate of this AlTextureNode wrapper.

delete_object(self: alias_api.AlTextureNode) int

Delete the AlTextureNode from the Alias Universe and return the status of the performed operation.

texture(self: alias_api.AlTextureNode) alias_api.AlTexture

Return the texture under this node.

type(self: alias_api.AlTextureNode) alias_api.AlObjectType

Return the AlTextureNode type identifier.