Unity Movement

Unity Movement

10th Grade

13 Qs

quiz-placeholder

Similar activities

Unity Semester 1 - Quiz 1

Unity Semester 1 - Quiz 1

7th - 10th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

PhotoShop CC18 Projects 1 and 2

PhotoShop CC18 Projects 1 and 2

10th - 12th Grade

10 Qs

KS3 Logic Gates

KS3 Logic Gates

9th - 12th Grade

18 Qs

BTEC DIT C3 LAD

BTEC DIT C3 LAD

10th - 11th Grade

16 Qs

Toon Boom Tools 1

Toon Boom Tools 1

10th Grade

10 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Transformaciones 2D

Transformaciones 2D

10th Grade

10 Qs

Unity Movement

Unity Movement

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Ashley Lilly

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What three types of values do the Transform's Position, Rotation and Scale settings all have in common?

X, Y, Z

A, B, C

Width, Height, Depth

Speed, Velocity, Acceleration

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

.Which of the following values are valid changes in the X or Y position when calling the Translate() function?

1.0f

-1.0f

0.0f

All of these are true

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following Translate() values for changes in the X or Y position will move the sprite a larger distance (more rapidly) across the screen?

-1.0f

0.5f

1.0f

-0.01f

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many degrees are in a full circle?

45

90

180

360

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following Rotation settings is most likely to be used to spin an object in a 2D game?

X

Y

Z

localScale

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following function calls will successfully rotate a sprite in a 2D Unity game?

transform.Rotate(0, 0, 1.0f);

transform.Rotate(0, 0, -3.0f);

transform.Rotate(0, 0, 5.0f);

All of these will work, just with different directions and angles

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "left" arrow key is assigned to the Negative Button on the Horizontal axis, what kind of value will be produced when the user presses the left arrow key?

Negative

Positive

Very Large

0

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?