Search Results for

    Show / Hide Table of Contents

    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    System.Attribute
    In This Article
    • Constructors
      • BehaviorKnowledgeSelectorAttribute(Boolean)
    • Fields
      • IsGoalSelector
    • Extension Methods
    • See Also
    Back to top Copyright © 2012-2024 Wojciech Figat