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
| Name | Type | Access | Description |
|---|---|---|---|
slotName | String | Read | The slot name that indicates where this texture will be bounded to. |
texture | TextureBase | Read | The texture that will be bounded to the material. |
Methods
| Signature | Description |
|---|---|
getSlotName() → String | The slot name that indicates where this texture will be bounded to. |
getTexture() → TextureBase | The texture that will be bounded to the material. |