Answers for "unity how to check if list contains object with specific name"

C#
0

checking if a list contains a value unity

if(list.Contains(item)){
	//It does
}else{
	//It not does
}
Posted by: Guest on October-20-2020

Code answers related to "unity how to check if list contains object with specific name"

C# Answers by Framework

Browse Popular Code Answers by Language