Struct PathfindingTag

Public

Represents a single pathfinding tag.

Public Methods

PathfindingTag (value)
Public
ToString ()
Public

Public Static Methods

FromName (tagName)

Get the value of the PathfindingTag with the given name.

Public Static
operator PathfindingTag (tag)
Public Static
operator uint (tag)
Public Static

Public Variables

value

Underlaying tag value.

Public