self:get_dof_blur_far_distance

Client

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


Syntax

local result = self:get_dof_blur_far_distance()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultDistance from the camera at which far DOF blur begins

Examples

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

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

On this page