Documentation

Extrusion Depth - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Label :: Extrusion Depth

Game.Label.ExtrusionDepth
extrusion depth of the text in local units (0 = flat fast path with legacy rendering; small values around 0.00001 = lit two-sided outline mesh with no walls; larger values = full 3D extrusion with outline-following side walls, lit via Parameters.Material, casts 3D shadows)

Type

Float

Lua Usage

-- Get
local float = label.ExtrusionDepth

-- Set
label.ExtrusionDepth = float

If you think anything is missing, please feel free to: submit documentation feedback on this page