Struct CornerAndNormal
Output of the NavMeshGraphCorners3D path processor. This gives you a list of points and their up vector your agent can follow.
Namespace: AnyPath.Graphs.NavMesh
Assembly: AnyPath.dll
Syntax
public struct CornerAndNormal
Fields
normal
Declaration
public float3 normal
Field Value
| Type | Description |
|---|---|
| float3 |
position
Declaration
public float3 position
Field Value
| Type | Description |
|---|---|
| float3 |