self:get_shadow_blur
Client
Retrieves the shadow blur amount of the directional light
Syntax
local blur = self:get_shadow_blur()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | blur | Current shadow blur amount |
Examples
local entity = light.directional.create()
core.engine.print("info", "Shadow Blur:", entity:get_shadow_blur())