VisualServerSingleton.lightSetUseGi

Sets whether GI probes capture light information from this light. Deprecated method. Use lightSetBakeMode instead. This method is only kept for compatibility reasons and calls lightSetBakeMode internally, setting the bake mode to constant LIGHT_BAKE_DISABLED or constant LIGHT_BAKE_INDIRECT depending on the given parameter.

struct VisualServerSingleton
@nogc nothrow
void
lightSetUseGi
(
in RID light
,
in bool enabled
)

Meta