Click or drag to resize
ModelEntityCopyMaterials Method
Copy materials from another dictionary of materials.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyMaterials(
	Dictionary<string, MaterialAPI[]> materials
)

Parameters

materials
Type: System.Collections.GenericDictionaryString, MaterialAPI
Source materials to copy.
See Also