Base class: Entity
Environment probes add a volume in which indirect lighting is shown.
SetFadeDistance
(Method): Sets the edge fade distance.CreateProbe
(Function): Creates a new probe entity.-- Create a new probe entity
local probe = CreateProbe()
Note: The CreateProbe
function will return a new probe entity. You can then use the SetFadeDistance
method to set the edge fade distance for the probe.