class
render::ReflectionProbeProxy
Render-thread representation of a reflection probe, stored in packed arrays in ReflectionProbeObjectStorageBase.
Public
Methods
GetWorldTransform
Returns the world space transform for the probe.
GetWorldRadius
Returns the radius of a sphere reflection probe, scaled by world transform.
GetWorldExtents
Returns the extents of a box reflection probe, scaled by world transform.
SetRendererId
Sets the renderer-assigned packed slot ID.
GetRendererId
Returns the renderer-assigned packed slot ID.
GetReflectionProbeData
Returns the raw reflection probe data (unscaled).
GetRadius
Returns the radius of a sphere reflection probe (unscaled).
GetExtents
Returns the extents of a box reflection probe (unscaled).
GetBounds
Returns world space bounds that completely encompass the probe's area of influence.
GetTransitionDistance
Determines a distance that will be used for fading out the box reflection probe with distance.
By default it is equal to one, and can never be less than one. Only relevant for box probes.
GetFilteredTexture
Returns a pre-filtered texture that is generated either from the provided custom texture, or from scene capture.