Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to convert a int into a bool unity

using System;
bool b = Convert.ToBoolean(i);
 
PREVIOUS NEXT
Tagged: #convert #int #bool #unity
ADD COMMENT
Topic
Name
9+3 =