|BoxProjection|Bool| project the reflection map in a box shape from the reflection probe rather than a sphere.
|BoxProjection|Bool| project the reflection map in a box shape from the reflection probe rather than a sphere.
|BakedCubemap|{{RootFieldType|AssetRef`1|[[Type:Cubemap|Cubemap]]}}|TypeAdv6=true| The cube map to replace the refection maps of reflective objects with in the influence area of this reflection probe
|BakedCubemap|{{RootFieldType|AssetRef`1|[[Type:Cubemap|Cubemap]]}}|TypeAdv6=true| The cube map to replace the refection maps of reflective objects with in the influence area of this reflection probe
|TimeSlicing|'''[[#TimeSlicingMode|TimeSlicingMode]]'''|TypeAdv7=true| How updates to this reflection probe should happen in updates if this probe is a realtime probe.
|Resolution|Int| the forced resolution of the reflection map from this reflection probe shown in the reflections of shiny objects.
|Resolution|Int| the forced resolution of the reflection map from this reflection probe shown in the reflections of shiny objects.
|HDR|Bool|
|HDR|Bool| Whether the color encoding should be in HDR.
|ShadowDistance|Float| how far to render shadows from the reflection probe
|ShadowDistance|Float| how far to render shadows from the reflection probe
|ClearFlags|'''[[#Clear|Clear]]'''|TypeAdv11=true| Whether to use the skybox or color when backing transparent pixels
|ClearFlags|'''[[#Clear|Clear]]'''|TypeAdv11=true| Whether to use the skybox or color when backing transparent pixels
Line 38:
Line 38:
== TimeSlicingMode ==
== TimeSlicingMode ==
{{stub}}
{{Table EnumValues
|AllFacesAtOnce|0| spreads update over 9 frames
|IndividualFaces|1| spreads update over 14 frames
|NoTimeSlicing|2| No time slicing should be applied to capturing. Update happens within one frame.
A reflection probe component is used to make points in space that makes reflective surfaces within a box around the point show a different reflection map than the skybox. This is useful for controlling the lighting and look of a scene.
The current debug visual that this reflection probe is showing, if applicable.
Sync Delegates
Lua error in mw.text.lua at line 25: bad argument #1 to 'match' (string expected, got nil).
Triggers
Method Name
Method type and Arguments.
Is the method hidden?
Description
Type
An Enum of "Realtime" or "Baked" realtime renders a new cube map outwards from the center of the probe every second while baked will use the provided BakedCubemap
Clear
An Enum of "Skybox" or "Color". Color backs the transparent parts of the reflection map with BackgroundColor due to far or near clipping with realtime, or transparent pixels in the provided BakedCubemap. Skybox when selected will instead back transparent parts with the Skybox of the world.
TimeSlicingMode
Values
Name
Value
Description
AllFacesAtOnce
0
spreads update over 9 frames
IndividualFaces
1
spreads update over 14 frames
NoTimeSlicing
2
No time slicing should be applied to capturing. Update happens within one frame.