|  | InitialMaterialsStorageItem Constructor  | 
  
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.Checker
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntaxpublic InitialMaterialsStorageItem(
	[NotNullAttribute] Renderer renderer,
	[NotNullAttribute] Material[] materials
)
Parameters
- renderer
- Type: Renderer
 The target renderer.
- materials
- Type: Material
 The materials.
 See Also
See Also