Click or drag to resize

ChangeQueueApplyLightChanges Method

Override this when you want to handle light changes

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyLightChanges(
	List<Light> lightChanges
)

Parameters

lightChanges
Type: System.Collections.GenericListLight

[Missing <param name="lightChanges"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.ApplyLightChanges(System.Collections.Generic.List{Rhino.Render.ChangeQueue.Light})"]

See Also