AmbientLight
Complete API reference for AmbientLight, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Post processing
Component: yes
public class AmbientLight extends Component
Constructors
| Signature | Description |
|---|---|
AmbientLight(AmbientLight) | Executes AmbientLight and returns after the underlying engine call finishes. |
AmbientLight(Engine) | Executes AmbientLight and returns after the underlying engine call finishes. |
AmbientLight() | Executes AmbientLight and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | AmbientLight | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
indirectLight | Color | get/set | Virtual attribute exposed by getIndirectLight. Access it like a field to read or write the underlying value. |
lux | float | get/set | Virtual attribute exposed by getLux. Access it like a field to read or write the underlying value. |
maxResolutionID | int | get/set | Virtual attribute exposed by getMaxResolutionID. Access it like a field to read or write the underlying value. |
cubemapFile | CubemapFile | get/set | Virtual attribute exposed by getCubemapFile. Use a CubemapFile to control the reflections cubemap file. |
Methods
| Signature | Returns | Description |
|---|---|---|
setCubemapFile(String) | void | Sets the reflections cubemap from a raw project path string when you are not using a CubemapFile instance. |