跳转到内容

NavLinkData

此内容尚不支持你的语言。

Defined in: ai/nav/NavLink.ts:20

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: 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: 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.