Click or drag to resize

InitialMaterialsStorageItem Constructor

Initializes a new instance of the InitialMaterialsStorageItem class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Checker
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public InitialMaterialsStorageItem(
	[NotNullAttribute] Renderer renderer,
	[NotNullAttribute] Material[] materials
)

Parameters

renderer
Type: Renderer
The target renderer.
materials
Type: Material
The materials.
See Also