TextureSlot

Overview

TextureSlot is a class in Aspose.3D FOSS for Java.

Texture slot in Material, can be enumerated through material instance.

This class provides 2 methods for working with TextureSlot objects in Java programs. Available methods include: getSlotName, getTexture. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: slotName, texture.

Properties

NameTypeAccessDescription
slotNameStringReadThe slot name that indicates where this texture will be bounded to.
textureTextureBaseReadThe texture that will be bounded to the material.

Methods

SignatureDescription
getSlotName()StringThe slot name that indicates where this texture will be bounded to.
getTexture()TextureBaseThe texture that will be bounded to the material.

See Also

 English