Title
Adds a Title, optional Subtitle and Divider to a Property.

[Title("Title", marginDown: 0, propertySeparation: 0)]
public int titleWithDivider;
[Title("Title with subtitle", "This is a subtitle")]
public int titleWithSubtitle;
[Title("Title without divider", divider: false)]
public int titleWithoutDivider;
Last updated