The TopTextureOnly property returns or sets the prism map Apply texture to top face only option. Returns a Boolean.
Syntax
object.TopTextureOnly
object.TopTextureOnly = TopTextureOnly
Parameter |
Type |
Description |
TopTextureOnly |
Boolean |
required; true to apply texture to the top face only |
Example 1
This example returns the state of applying a texture to the tops of prisms.
Debug.Print PrismMap.TopTextureOnly
Example 2
This example disables the state of applying a texture to just the top side of prisms.
PrismMap.TopTextureOnly = True
Used by: PrismMap object