Search Results for

    Show / Hide Table of Contents

    Struct NavMeshData

    Implements
    ISharedComponentData
    IQueryTypeParameter
    IEquatable<NavMeshData>
    Inherited Members
    ValueType.Equals(object)
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct NavMeshData : ISharedComponentData, IQueryTypeParameter, IEquatable<NavMeshData>

    Fields

    | Improve this Doc View Source

    Value

    Declaration
    public NavMeshData Value
    Field Value
    Type Description
    NavMeshData

    Methods

    | Improve this Doc View Source

    Equals(NavMeshData)

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

    GetHashCode()

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

    Implements

    Unity.Entities.ISharedComponentData
    Unity.Entities.IQueryTypeParameter
    IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX