Loading...
Class in Yarn.Unity
Inherits from YarnEditorAttribute
YarnEditorAttribute
Shows an error message box if this property is null.
public class MustNotBeNullAttribute : YarnEditorAttribute
The text of the error message to show if the property is null. If not provided, a generic error message is shown.
Property in
public string? Label { get; }