Struct NavMeshQueryFilter
Assembly: UnityEngine.dll
Syntax
public struct NavMeshQueryFilter
Properties
|
Improve this Doc
View Source
agentTypeID
Declaration
public int agentTypeID { get; set; }
Property Value
|
Improve this Doc
View Source
areaMask
Declaration
public int areaMask { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetAreaCost(Int32)
Declaration
public float GetAreaCost(int areaIndex)
Parameters
Type |
Name |
Description |
Int32 |
areaIndex |
|
Returns
|
Improve this Doc
View Source
SetAreaCost(Int32, Single)
Declaration
public void SetAreaCost(int areaIndex, float cost)
Parameters
Extension Methods