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;[Preview(float width, float height, PreviewPosition position)]width: Width of the preview
height: Height of the preview
position: Position of the Preview ( Left, Right, Top, Bottom )
Last updated