Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Create gaps / headers between variables in the unity inspector

float variable1;
[Space] //Creates a space inside of the unity editor
[Header("This is a header")] //Creates a header inside of the unity editor
float variable2;
 
PREVIOUS NEXT
Tagged: #Create #gaps #headers #variables #unity #inspector
ADD COMMENT
Topic
Name
7+8 =