SReflectionProbe
Index
Functions Index
| Function Name |
|---|
| void RenderProbe () |
Properties Index
| Property Name |
|---|
SVector Center get set |
SVector Size get set |
SGameObject GameObject get |
Functions
RenderProbe
void RenderProbe ()
Refreshes the probe's cubemap.
- Lua
Space.Host.ExecutingObject.ReflectionProbe.RenderProbe()
Properties
Center
SVector Center get set
The center of the box area in which reflections will be applied to the objects. Measured in the probe's local space.
- Lua
vectorCenter = Space.Host.ExecutingObject.ReflectionProbe.Center
Size
SVector Size get set
The size of the box area in which reflections will be applied to the objects. Measured in the probe's local space.
- Lua
vectorSize = Space.Host.ExecutingObject.ReflectionProbe.Size
GameObject
SGameObject GameObject get
Property Description
- Lua
theGameObject = Space.Host.ExecutingObject.ReflectionProbe.GameObject