Struct NavMeshHit
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine")]
public struct NavMeshHit
Properties
|
Improve this Doc
View Source
distance
Declaration
public float distance { get; set; }
Property Value
|
Improve this Doc
View Source
hit
Declaration
public bool hit { get; set; }
Property Value
|
Improve this Doc
View Source
mask
Declaration
public int mask { get; set; }
Property Value
|
Improve this Doc
View Source
normal
Declaration
public Vector3 normal { get; set; }
Property Value
|
Improve this Doc
View Source
position
Declaration
public Vector3 position { get; set; }
Property Value
Extension Methods