Search Results for

    Show / Hide Table of Contents

    Class NavAgentMask

    The navigation system agents selection mask (from navigation system settings). Uses 1 bit per agent type (up to 32 agents).

    Inheritance
    System.Object
    NavAgentMask
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NavAgentMask : ValueType

    Fields

    Mask

    The agents selection mask.

    Declaration
    public uint Mask
    Field Value
    System.UInt32

    Properties

    Default

    The default NavAgentMask.

    Declaration
    public static NavAgentMask Default { get; }
    Property Value
    NavAgentMask

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Mask
    • Properties
      • Default
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat