NavLinkData
Defined in: ai/nav/NavLink.ts:20
Properties
Section titled “Properties”bidirectional
Section titled “bidirectional”bidirectional:
boolean
Defined in: ai/nav/NavLink.ts:26
Whether it can be taken in both directions. A drop off a ledge is not.
enabled
Section titled “enabled”enabled:
boolean
Defined in: ai/nav/NavLink.ts:32
end:
Vec3
Defined in: ai/nav/NavLink.ts:24
Where it comes out, relative to the entity.
radius
Section titled “radius”radius:
number
Defined in: ai/nav/NavLink.ts:31
How far from each end the ground may be and still be joined, in world pixels. An end that reaches no ground joins nothing.
start:
Vec3
Defined in: ai/nav/NavLink.ts:22
Where the way starts, relative to the entity.