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
)
Protected Overridable Sub ApplyMaterialChanges (
mats As List(Of Material)
)
Parameters
- mats
- Type: System.Collections.GenericListMaterial
List of ChangeQueue::Material that have changed
See Also