Class LocalNavMeshBuilder
Build and update a localized navmesh from the sources marked by NavMeshSourceTag
Inherited Members
Namespace: Global Namespace
Syntax
[DefaultExecutionOrder(-102)]
public class LocalNavMeshBuilder : MonoBehaviour
Fields
m_Size
The size of the build bounds
Declaration
public Vector3 m_Size
Field Value
| Type | Description |
|---|---|
| Vector3 |
m_Tracked
The center of the build
Declaration
public Transform m_Tracked
Field Value
| Type | Description |
|---|---|
| Transform |