Struct NavMeshLinkData
Assembly: UnityEngine.dll
Syntax
public struct NavMeshLinkData
Properties
|
Improve this Doc
View Source
agentTypeID
Declaration
public int agentTypeID { get; set; }
Property Value
|
Improve this Doc
View Source
area
Declaration
public int area { get; set; }
Property Value
|
Improve this Doc
View Source
bidirectional
Declaration
public bool bidirectional { get; set; }
Property Value
|
Improve this Doc
View Source
costModifier
Declaration
public float costModifier { get; set; }
Property Value
|
Improve this Doc
View Source
endPosition
Declaration
public Vector3 endPosition { get; set; }
Property Value
|
Improve this Doc
View Source
startPosition
Declaration
public Vector3 startPosition { get; set; }
Property Value
|
Improve this Doc
View Source
width
Declaration
public float width { get; set; }
Property Value
Extension Methods