Package com.aspose.threed
Class TextureSlot
- java.lang.Object
-
- com.aspose.threed.TextureSlot
-
public class TextureSlot extends java.lang.Object
Texture slot inMaterial
, can be enumerated through material instance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSlotName()
The slot name that indicates where this texture will be bounded to.TextureBase
getTexture()
The texture that will be bounded to the material.
-
-
-
Method Detail
-
getSlotName
public java.lang.String getSlotName()
The slot name that indicates where this texture will be bounded to.
-
getTexture
public TextureBase getTexture()
The texture that will be bounded to the material.
-
-