self:get_dof_blur_near_distance

Client

Retrieves the camera's near depth of field blur start distance


Syntax

local result = self:get_dof_blur_near_distance()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultDistance from the camera at which near DOF blur begins

Examples

Get the near DOF blur distance
local entity = core.camera.create()

core.engine.print("info", entity:get_dof_blur_near_distance())

On this page