Click or drag to resize

ShadingOption Constructor

Initializes a new instance of the ShadingOption class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public ShadingOption(
	string title,
	int priority,
	Material[] materials
)

Parameters

title
Type: SystemString
The title of a shading option.
priority
Type: SystemInt32
The priority of a shading option.
materials
Type: Material
Materials which will apply to the mesh.
See Also