Struct PathRequestSettings

Public

Settings for how an agent searches for paths.

This struct contains information about which graphs the agent can use, which nodes it can traverse, and if any nodes should be easier or harder to traverse.

Public Variables

graphMask

Graphs that this agent can use.

Public
tagPenalties

The penalty for each tag.

Public
traversableTags

The tags which this agent can traverse.

Public
traversalProvider

Filters which nodes the agent can traverse, and can also add penalties to each traversed node.

Public

Public Static Variables

Default

A PathRequestSettings instance with default values for all fields.

Public Static