Component image 
Reflection Probe Wizard component as seen in the Scene Inspector

See Reflection Probe Wizard for more up to date info
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Root
|
Slot | The root slot in which all probes in it's hierarchy should be baked. |
ProcessDisabled
|
Bool | Whether to bake probes in disabled hierarchies. |
TeleportUserToProbe
|
Bool | Whether to teleport the user to the probe before baking. |
_tag
|
TextField | Probes only with this tag will be baked. |
_delayBetweenProbes
|
FloatTextEditorParser | How long to wait between baking probes. |
_bakeCount
|
Int | The number of probes baked |
_bakeIndex
|
Int | The current probe being baked. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnShowDebugVisuals:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the show debug visuals button is touched. |
OnHideDebugVisuals:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the hide debug visuals button is touched. |
OnBakeAll:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the bake all button is touched. |