Skybox
Complete API reference for Skybox, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Post processing
Component: yes
public class Skybox extends Component
Constructors
| Signature | Description |
|---|---|
Skybox(Skybox) | Executes Skybox and returns after the underlying engine call finishes. |
Skybox(Engine) | Executes Skybox and returns after the underlying engine call finishes. |
Skybox() | Executes Skybox and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | Skybox | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Virtual attribute exposed by getColor. 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. |
showSun | boolean | set | Virtual attribute exposed by setShowSun. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isShowSun() | boolean | Executes isShowSun and returns after the underlying engine call finishes. |