Class BehaviorKnowledgeSelectorAttribute
Customizes editor of BehaviorKnowledgeSelector<T> or BehaviorKnowledgeSelectorAny.
Inheritance
System.Object
BehaviorKnowledgeSelectorAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class BehaviorKnowledgeSelectorAttribute : Attribute
Constructors
BehaviorKnowledgeSelectorAttribute(Boolean)
Initializes a new instance of the BehaviorKnowledgeSelectorAttribute structure.
Declaration
public BehaviorKnowledgeSelectorAttribute(bool isGoalSelector = false)
Parameters
System.Boolean
isGoalSelector
Changes selector editor to allow to pick only whole goals. |
Fields
IsGoalSelector
Changes selector editor to allow to pick only whole goals.
Declaration
public bool IsGoalSelector
Field Value
System.Boolean
|
Extension Methods
See Also
System.Attribute