GetLightShadowBias
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
| Line 2: | Line 2: | ||
Returns light's shadow bias as a number. | Returns light's shadow bias as a number. | ||
| + | |||
| + | {{lua-function-param|object|object to operate on}} | ||
Light = getObject("Light0") | Light = getObject("Light0") | ||
Latest revision as of 00:29, 9 February 2014
getLightShadowBias(object)
Returns light's shadow bias as a number.
-
object: object to operate on
Light = getObject("Light0")
bias = getLightShadowBias(Light)