Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity basic public options

public int intname; //full numbers : 1 2 3 
public float floatname; //not fool numbers: 2.4 5.5 6267.1554
public bool boolname; // yes/no 
public sting stringname; //words : "daad" "dadagrfeg" d
 
PREVIOUS NEXT
Tagged: #unity #basic #public #options
ADD COMMENT
Topic
Name
7+2 =