Click or drag to resize

ChangeQueueApplyMaterialChanges Method

Override when you want to handle material changes

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyMaterialChanges(
	List<Material> mats
)

Parameters

mats
Type: System.Collections.GenericListMaterial
List of ChangeQueue::Material that have changed
See Also