DisableDirectionalShadow

Definition

DisableDirectionalShadow()

Description

This function disables the shadow of directional light.

Example

function Init()
    DisableDirectionalShadow()
end

function Update()

end
adminDisableDirectionalShadow