Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

AnalyticalLightSettings structure

Configuration settings for analytical lights (Circle and Line types).

public struct AnalyticalLightSettings

Public Members

namedescription
CullableWhen true, the light can be culled when outside the view frustum.
CullDistanceMaximum distance at which the light affects the scene if Cullable is true.
FreeformPointsArray of points defining the custom shape for freeform lights.
SingleSidedWhen true, the light only emits from one side.
SizeThe size of the light source in world units.

See Also