TooltipSingleUnityLayerPropertyAttribute
Class in ChivalrousGames.Common.Inspector / Inherits from PropertyAttribute
Description
This attribute is custom made for the SingleUnityLayer class. It displays a field to select a single unity layer in the inspector with a tooltip. It expects 1 string parameter to display a tooltip.
Usage Example
[TooltipSingleUnityLayerPropertyAttribute("MyTooltip")]
public SingleUnityLayer dungeonMapLayer;