PointPropertyDecorator
Class in ChivalrousGames.Common.Inspector / Inherits from PropertyDecorator
Description
This decorator is custom made for the Point class. It will display the int values of the Point in fashion similar to a Vector3 in the inspector.
Usage Example
[DecoratedProperty(typeof(PointPropertyDecorator))]
public Point coordinate;