Search Results for

    Show / Hide Table of Contents

    Struct NavMeshLinkTraversal

    Agent off mesh link data that is currently traversing.

    Implements
    IComponentData
    IQueryTypeParameter
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct NavMeshLinkTraversal : IComponentData, IQueryTypeParameter

    Fields

    | Improve this Doc View Source

    EndPolygon

    Agent off mesh link data that is currently traversing.

    Declaration
    public PolygonId EndPolygon
    Field Value
    Type Description
    PolygonId
    | Improve this Doc View Source

    Seek

    Agent off mesh link data that is currently traversing.

    Declaration
    public LinkTraversalSeek Seek
    Field Value
    Type Description
    LinkTraversalSeek
    | Improve this Doc View Source

    StartPolygon

    Agent off mesh link data that is currently traversing.

    Declaration
    public PolygonId StartPolygon
    Field Value
    Type Description
    PolygonId

    Properties

    | Improve this Doc View Source

    Default

    Returns default configuration.

    Declaration
    public static NavMeshLinkTraversal Default { get; }
    Property Value
    Type Description
    NavMeshLinkTraversal

    Implements

    Unity.Entities.IComponentData
    Unity.Entities.IQueryTypeParameter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX