NavMeshAreaDecorator
Class in ChivalrousGames.Common.Inspector / Inherits from PropertyDecorator
Description
Displays a flags popup for an int field to select a set of NavMesh areas.
Usage Example
[DecoratedProperty(typeof(NavMeshAreaDecorator))]
public int navMeshArea = 0;