NavigationMeshLayerUpdateInfo Class
Namespace: Stride.NavigationAssembly: 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 |
|
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> |