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

[Preview]
public GameObject referenceToPreview;
[Preview(15, 15, PreviewPosition.Left)]
public GameObject reference;
[Preview(position: PreviewPosition.Left)]
public GameObject weaponPrefab;
Last updated