TextureSlot
Overview
TextureSlot is a class in Aspose.3D FOSS for .NET.
Texture slot in Material, can be enumerated through material instance.
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. |