Click or drag to resize

MessageMeshAnalysisMessageContent Property

Gets the GUIContent instance of the message.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
[CanBeNullAttribute]
public GUIContent MessageContent { get; }

Property Value

Type: GUIContent
See Also