getLightChannel

open fun getLightChannel(@IntRange(from = 0, to = 7) channel: Int): Boolean

Returns whether a light channel is enabled on a specified renderable

Return

true if the light channel is enabled, false otherwise

Parameters

channel

Light channel to query

See also

RenderableManager.getLightChannel