Table of Contents

Class NavigationMeshLayerUpdateInfo

Namespace
Stride.Navigation
Assembly
Stride.Navigation.dll

Information about what tiles changes after building a navigation mesh

public class NavigationMeshLayerUpdateInfo
Inheritance
NavigationMeshLayerUpdateInfo

Fields

GroupId

The id of the group

public Guid GroupId

Field Value

Guid

UpdatedTiles

Coordinates of the tiles that were updated

public List<Point> UpdatedTiles

Field Value

List<Point>