Search Results for

    Show / Hide Table of Contents

    Class NavMeshHit

    The result information for navigation mesh queries.

    Inheritance
    System.Object
    NavMeshHit
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NavMeshHit : ValueType

    Fields

    Distance

    The distance to hit point (from the query origin).

    Declaration
    public float Distance
    Field Value
    System.Single

    Normal

    The hit point normal vector.

    Declaration
    public Vector3 Normal
    Field Value
    Vector3

    Position

    The hit point position.

    Declaration
    public Vector3 Position
    Field Value
    Vector3

    Properties

    Default

    The default NavMeshHit.

    Declaration
    public static NavMeshHit Default { get; }
    Property Value
    NavMeshHit

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat