BasicShaderShadingOption Class |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
[PublicAPIAttribute] public abstract class BasicShaderShadingOption : MeshAnalysisShadingOption
The BasicShaderShadingOption type exposes the following members.
Name | Description | |
---|---|---|
BasicShaderShadingOption | Initializes a new instance of the BasicShaderShadingOption class |
Name | Description | |
---|---|---|
Priority |
Gets the priority of the shading option in an options list.
(Inherited from MeshAnalysisShadingOption.) | |
ShaderName |
Gets the name of shader that should be used.
| |
ShadingMaterial |
Gets the material that colors a mesh using a specific shader.
| |
Title |
Gets the name of shading option.
(Inherited from MeshAnalysisShadingOption.) | |
Wireframe | Gets or sets a value indicating whether a mesh should be drawn in wireframe mode. |
Name | Description | |
---|---|---|
ConfigureMaterial |
Override this method if you need to configure created material.
| |
Deinitialize |
Deinitialize the shading option and release used resources.
(Overrides MeshAnalysisShadingOptionDeinitialize.) | |
DrawDescription |
Draw the description in the target position.
(Inherited from MeshAnalysisShadingOption.) | |
DrawSettings |
Draw settings in the target position.
(Inherited from MeshAnalysisShadingOption.) | |
GetDescriptionWindowSize |
Returns the size of the description window.
(Inherited from MeshAnalysisShadingOption.) | |
GetHaveSettings |
Returns a value indicating whether the shading option has settings.
(Inherited from MeshAnalysisShadingOption.) | |
GetMaterials |
Get materials which will be applied to the shaded mesh.
(Overrides MeshAnalysisShadingOptionGetMaterials.) | |
GetSettingsHeight |
Returns the height of a settings popup.
(Inherited from MeshAnalysisShadingOption.) | |
GetSettingsWidth |
Returns the width of a settings popup.
(Inherited from MeshAnalysisShadingOption.) | |
HasDescription |
Returns a value indicating whether the shading option has a description.
(Inherited from MeshAnalysisShadingOption.) | |
Initialize |
Initialize the shading option for a specified mesh.
(Overrides MeshAnalysisShadingOptionInitialize(Mesh).) |