setShadowProps2D

Sets shadow's 2D properties.

━ Syntax

[bool status] setShadowProps2D(int resolution, int count)

━ Usage

local result = vEngine.config.setShadowProps2D(1024, 1) --Updates our shadow's 2D properties
print(result) --Prints result

Last updated