Property in MustNotBeNullWhenAttribute
The name of another property on this object to compare to. This variable must be either a boolean value, or a UnityEngine.Object
reference.
Class in Yarn.Unity
Inherits from YarnEditorAttribute
Shows an error message box if this property is null and the variable indicated by Condition is false.
The name of another property on this object to compare to. This variable must be either a boolean value, or a UnityEngine.Object
reference.
The text of the error message to show if the property is null and the condition is met. If not provided, a generic error message is shown.