Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity check if number is multiple of x

if (number % 3 == 0)
{
	// The number is a multiple of three
}
 
PREVIOUS NEXT
Tagged: #unity #check #number #multiple
ADD COMMENT
Topic
Name
7+2 =