Class NavMeshData
Assembly: UnityEngine.dll
Syntax
public sealed class NavMeshData : Object
Constructors
|
Improve this Doc
View Source
NavMeshData()
Declaration
|
Improve this Doc
View Source
NavMeshData(Int32)
Declaration
public NavMeshData(int agentTypeID)
Parameters
Type |
Name |
Description |
Int32 |
agentTypeID |
|
Properties
|
Improve this Doc
View Source
position
Declaration
public Vector3 position { get; set; }
Property Value
|
Improve this Doc
View Source
rotation
Declaration
public Quaternion rotation { get; set; }
Property Value
|
Improve this Doc
View Source
sourceBounds
Declaration
public Bounds sourceBounds { get; }
Property Value
Extension Methods