The Emission property returns or sets the state of prism map Material is emissive option. Returns a Boolean.
Syntax
object.Emission
object.Emission = Emission
Parameter |
Type |
Description |
Emission |
Boolean |
required; true to make the prisms emissive |
Example 1
This example returns whether or not a prism map's objects are emissive.
Debug.Print PrismMap.Emission
Example 2
This example makes a prism map's objects emissive.
PrismMap.Emission = True
Used by: PrismMap object