Nemgathos
10
Q:

unity cast int to float

//(int) casts float or int after it to an int
intVar = (int)var
5
//(float) casts float or int after it to an float
intVar = (float)var
-1

New to Communities?

Join the community