Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    NavigationMeshLayerUpdateInfo Class

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

    Information about what tiles changes after building a navigation mesh

    System.Object → NavigationMeshLayerUpdateInfo
    Derived from NavigationMeshLayerUpdateInfo:

    public class NavigationMeshLayerUpdateInfo
    Name Description
    Fields
    GroupId

    The id of the group

    UpdatedTiles

    Coordinates of the tiles that were updated

    | Improve this Doc View Source

    Fields


    GroupId

    The id of the group

    public Guid GroupId
    Field Value
    Type Description
    System.Guid

    UpdatedTiles

    Coordinates of the tiles that were updated

    public List<Point> UpdatedTiles
    Field Value
    Type Description
    System.Collections.Generic.List<Point>

    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