Class BlackboardEnumAttribute
The attribute specified when creating Blackboard enums. Apply this attribute above newly created enums to ensure they can be recognized and parsed by the Blackboard.
Inherited Members
Namespace: Unity.Behavior
Assembly: Unity.Behavior.dll
Syntax
[AttributeUsage(AttributeTargets.Enum)]
public class BlackboardEnumAttribute : Attribute