Search Results for

    Show / Hide Table of Contents

    Struct NavAgentMask

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

    Assembly: FlaxEngine.dll
    File: Engine/Navigation/NavigationTypes.h
    Syntax
    public struct NavAgentMask

    Fields

    Mask

    The agents selection mask.

    Declaration
    public uint32 Mask = MAX_uint32
    Field Value
    uint32

    Methods

    IsAgentSupported(const NavAgentProperties& agentProperties)

    Declaration
    public bool IsAgentSupported(const NavAgentProperties& agentProperties) const
    Parameters
    NavAgentProperties agentProperties

    Returns
    bool

    IsAgentSupported(int32 agentIndex)

    Declaration
    public bool IsAgentSupported(int32 agentIndex) const
    Parameters
    int32 agentIndex

    Returns
    bool

    IsNavMeshSupported(const NavMeshProperties& navMeshProperties)

    Declaration
    public bool IsNavMeshSupported(const NavMeshProperties& navMeshProperties) const
    Parameters
    NavMeshProperties navMeshProperties

    Returns
    bool

    operator!=(const NavAgentMask& other)

    Declaration
    public bool operator!=(const NavAgentMask& other) const
    Parameters
    NavAgentMask other

    Returns
    bool

    operator==(const NavAgentMask& other)

    Declaration
    public bool operator==(const NavAgentMask& other) const
    Parameters
    NavAgentMask other

    Returns
    bool

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat