self:get_dof_blur_amount
Client
Retrieves the camera's depth of field blur amount
Syntax
local result = self:get_dof_blur_amount()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current DOF blur amount Controls the intensity of the blur effect |
Examples
local entity = core.camera.create()
core.engine.print("info", entity:get_dof_blur_amount())