EventMessageAttributeFlags
Namespace: Murder.Utilities.Attributes
Assembly: Murder.dll
public sealed enum EventMessageAttributeFlags : Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
Implements: Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
⭐ Properties
CheckDisplayOnlyIf
public static const EventMessageAttributeFlags CheckDisplayOnlyIf;
This will check for a method in the component of name: "VerifyEventMessages" before displaying them in the editor.
Returns
EventMessageAttributeFlags
None
public static const EventMessageAttributeFlags None;
Returns
EventMessageAttributeFlags
PropagateToParent
public static const EventMessageAttributeFlags PropagateToParent;
Returns
EventMessageAttributeFlags
⚡