Struct NavMeshDataInstance
Inherited Members
Namespace: UnityEngine.AI
Assembly: UnityEngine.dll
Syntax
public struct NavMeshDataInstance
Properties
| Improve this Doc View Sourceowner
Declaration
public Object owner { get; set; }
Property Value
Type | Description |
---|---|
Object |
valid
Declaration
public bool valid { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceRemove()
Declaration
public void Remove()