Search Results for

    Show / Hide Table of Contents

    Struct NavMeshCorners

    Helper structure for getting corners of agent navmesh path.

    Implements
    IDisposable
    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 NavMeshCorners : IDisposable

    Constructors

    | Improve this Doc View Source

    NavMeshCorners(int, Entity, Allocator)

    Helper structure for getting corners of agent navmesh path.

    Declaration
    public NavMeshCorners(int capacity, Entity entity, Allocator allocator)
    Parameters
    Type Name Description
    int capacity
    Entity entity
    Allocator allocator

    Methods

    | Improve this Doc View Source

    Dispose()

    Helper structure for getting corners of agent navmesh path.

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    TryGetCorners(out NativeSlice<NavMeshLocation>)

    Helper structure for getting corners of agent navmesh path.

    Declaration
    public bool TryGetCorners(out NativeSlice<NavMeshLocation> corners)
    Parameters
    Type Name Description
    NativeSlice<NavMeshLocation> corners
    Returns
    Type Description
    bool

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX