NavMeshModel
Declaration
public class NavMeshModelConstructors
public NavMeshModel(ModelSettings settings, bool visualise)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly SpatialTree | SpatialTree | - |
| readonly Surfaces | List<Surface> | - |
Fields
| Name | Type | Summary |
|---|---|---|
| Settings | ModelSettings | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Clear | void | - |
| FindRandomPosition | bool | - |
| Prune | void | - |
| Scan | HashSet<Vector2Int> | - |
| ToggleVisualisation | void | - |