Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity copy list

List <GameObject>master //with length 26
List<GameObject> temporary //with length 26 


List<GameObject> temporary = new List<GameObject>(master);
 
PREVIOUS NEXT
Tagged: #unity #copy #list
ADD COMMENT
Topic
Name
7+8 =