Dungeon Architect
17.0.0
|
A line segment contains two points More...
Public Attributes | |
Vector3 | Start |
Start and end points More... | |
Vector3 | End |
float | Dist |
Distance for pruning More... | |
A line segment contains two points
Definition at line 217 of file LocalBoundary.cs.
float SharpNav.Crowds.LocalBoundary.Segment.Dist |
Distance for pruning
Definition at line 227 of file LocalBoundary.cs.
Vector3 SharpNav.Crowds.LocalBoundary.Segment.Start |
Start and end points
Definition at line 222 of file LocalBoundary.cs.