Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    NavigationMeshBuildResult Class

    Namespace: Stride.Navigation
    Assembly: Stride.Navigation.dll

    The result of building a navigation mesh

    System.Object → NavigationMeshBuildResult
    Derived from NavigationMeshBuildResult:

    public class NavigationMeshBuildResult
    Name Description
    Fields
    NavigationMesh

    The generated navigation mesh

    Success

    true if the build was successful

    UpdatedLayers

    List of updated layers + tiles

    | Improve this Doc View Source

    Fields


    NavigationMesh

    The generated navigation mesh

    public NavigationMesh NavigationMesh
    Field Value
    Type Description
    NavigationMesh

    Success

    true if the build was successful

    public bool Success
    Field Value
    Type Description
    System.Boolean

    UpdatedLayers

    List of updated layers + tiles

    public List<NavigationMeshLayerUpdateInfo> UpdatedLayers
    Field Value
    Type Description
    System.Collections.Generic.List<NavigationMeshLayerUpdateInfo>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation