Search Results for

    Show / Hide Table of Contents

    Struct NavMeshBoundary

    Represents a boundary on the navigation mesh.

    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 NavMeshBoundary : IComponentData, IQueryTypeParameter

    Fields

    | Improve this Doc View Source

    Location

    The location of the boundary.

    Declaration
    public NavMeshLocation Location
    Field Value
    Type Description
    NavMeshLocation
    | Improve this Doc View Source

    Radius

    The radius of the boundary.

    Declaration
    public float Radius
    Field Value
    Type Description
    float

    Implements

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