navcat docs
Preparing search index...
navcat/blocks
localBoundary
LocalBoundary
Type Alias LocalBoundary
Local boundary data for avoiding collisions with nearby walls.
type
LocalBoundary
=
{
center
:
Vec3
;
polys
:
NodeRef
[]
;
segments
:
LocalBoundarySegment
[]
;
}
Index
Properties
center
polys
segments
Properties
center
center
:
Vec3
polys
polys
:
NodeRef
[]
segments
segments
:
LocalBoundarySegment
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
polys
segments
navcat docs
Loading...
Local boundary data for avoiding collisions with nearby walls.