NavMeshDynamicSource
Abstract class in ChivalrousGames.Common / Inherits from MonoBehaviour
Description
Tagging component to use with NavMeshDelimitedBuilder. May raise “Coroutine continue failure” error messages that you can safely ignore.
Fields
navMeshArea | int | The NavMesh area for this dynamic source. |
Properties
NavMeshDynamicSources | List |
ReadOnly Static Static container for all NavMeshDynamicSource. |
Refreshed | bool | Static Gets or sets a value indicating whether any NavMeshDynamicSource was refreshed since NavMesh was last rebuilt. |
Methods
RefreshSource
public void RefreshSource();
Description
Refreshes a source for the NavMesh, which will cause a NavMesh update.
Static Methods
Collect
public static void Collect(ref List<NavMeshBuildSource> sources);
Parameters
sources | List<NavMeshBuildSource> | Reference parameter, collected sources. |
Description
Collect all the navmesh build sources for enabled objects tagged by this script or child scripts.