NavAreaData
此内容尚不支持你的语言。
Defined in: ai/nav/NavArea.ts:20
Properties
Section titled “Properties”cost:
number
Defined in: ai/nav/NavArea.ts:28
What a unit of distance inside it costs, against 1 for open ground. Under 1 is preferred, over 1 is avoided; 0 or less is not a shortcut but a mistake, and reads as free ground.
enabled
Section titled “enabled”enabled:
boolean
Defined in: ai/nav/NavArea.ts:29
halfExtents
Section titled “halfExtents”halfExtents:
Vec3
Defined in: ai/nav/NavArea.ts:22
Half-extents of the box, in world pixels; the Transform is its centre.