TooltipPropertyDecorator
Class in ChivalrousGames.Common.Inspector / Inherits from PropertyDecorator
Description
This decorator modifies adds a tooltip to a field in the inspector. The decorator expects 1 string param containing the tooltip text to display.
Usage Example
[DecoratedProperty(
typeof(TooltipPropertyDecorator), "The lock applied to this connector type. If null, then the connector is not locked. A lock can be anything the Dungeon Character needs a key for. A \"High ledge\" could be a lock and a \"Double-jump skill\" the key required to open the lock.")]
public ConnectorLock Lock;