ChangeQueue.ApplyDynamicLightChanges Method

ChangeQueueApplyDynamicLightChanges Method

Handle dynamic light changes

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyDynamicLightChanges(
	List<Light> dynamicLightChanges
)
Protected Overridable Sub ApplyDynamicLightChanges ( 
	dynamicLightChanges As List(Of Light)
)

Parameters

dynamicLightChanges
Type: System.Collections.GenericListLight

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also