Search Results for

    Show / Hide Table of Contents

    Struct NavMeshQueryHandle

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct NavMeshQueryHandle

    Fields

    | Improve this Doc View Source

    Index

    Unique index of NavMesh query.

    Declaration
    public int Index
    Field Value
    Type Description
    int

    Properties

    | Improve this Doc View Source

    Null

    Invalid NavMesh query.

    Declaration
    public static NavMeshQueryHandle Null { get; }
    Property Value
    Type Description
    NavMeshQueryHandle

    Methods

    | Improve this Doc View Source

    Equals(NavMeshQueryHandle)

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public bool Equals(NavMeshQueryHandle other)
    Parameters
    Type Name Description
    NavMeshQueryHandle other
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    Equals(object)

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public override bool Equals(object compare)
    Parameters
    Type Name Description
    object compare
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)
    | Improve this Doc View Source

    GetHashCode()

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Operators

    | Improve this Doc View Source

    operator ==(NavMeshQueryHandle, NavMeshQueryHandle)

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public static bool operator ==(NavMeshQueryHandle lhs, NavMeshQueryHandle rhs)
    Parameters
    Type Name Description
    NavMeshQueryHandle lhs
    NavMeshQueryHandle rhs
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    implicit operator int(NavMeshQueryHandle)

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public static implicit operator int(NavMeshQueryHandle handle)
    Parameters
    Type Name Description
    NavMeshQueryHandle handle
    Returns
    Type Description
    int
    | Improve this Doc View Source

    operator !=(NavMeshQueryHandle, NavMeshQueryHandle)

    Represents handle of NavMeshQuery used by NavMeshQuerySystem.

    Declaration
    public static bool operator !=(NavMeshQueryHandle lhs, NavMeshQueryHandle rhs)
    Parameters
    Type Name Description
    NavMeshQueryHandle lhs
    NavMeshQueryHandle rhs
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX