Divider
Adds a divider between two Properties.

public int variableOne;
[Divider]
public int regularVariable;
public int variableOne;
[Divider(10)]
public int regularVariable;[Divider(float height)]height: Size of the divider.
Last updated
Adds a divider between two Properties.

public int variableOne;
[Divider]
public int regularVariable;
public int variableOne;
[Divider(10)]
public int regularVariable;[Divider(float height)]height: Size of the divider.
Last updated