Fog
Complete API reference for Fog, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Post processing
Component: yes
public class Fog extends Component
Constructors
| Signature | Description |
|---|---|
Fog(Fog) | Executes Fog and returns after the underlying engine call finishes. |
Fog(Engine) | Executes Fog and returns after the underlying engine call finishes. |
Fog() | Executes Fog and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | Fog | 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. |
cutOffDistance | float | get/set | Virtual attribute exposed by getCutOffDistance. Access it like a field to read or write the underlying value. |
density | float | get/set | Virtual attribute exposed by getDensity. Access it like a field to read or write the underlying value. |
distance | float | get/set | Virtual attribute exposed by getDistance. Access it like a field to read or write the underlying value. |
fogColorFromIbl | boolean | set | Virtual attribute exposed by setFogColorFromIbl. Access it like a field to read or write the underlying value. |
height | float | get/set | Virtual attribute exposed by getHeight. Access it like a field to read or write the underlying value. |
heightFalloff | float | get/set | Virtual attribute exposed by getHeightFalloff. Access it like a field to read or write the underlying value. |
inScatteringSize | float | get/set | Virtual attribute exposed by getInScatteringSize. Access it like a field to read or write the underlying value. |
inScatteringStart | float | get/set | Virtual attribute exposed by getInScatteringStart. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isFogColorFromIbl() | boolean | Executes isFogColorFromIbl and returns after the underlying engine call finishes. |