|  | ShadingOption Constructor  | 
  
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[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
See Also