Q7.webp
T

Q7.webp

Kizspy | Question: 7
(Choose 1 answer)
What does this script do?
using UnityEngine;
public class PlayerMovement: MonoBehaviour {
void Update() {
float move Input.GetAxis("Horizontal");
transform. Translate(move * Time.deltaTime, 0, 0);
A. Rotates the GameObject based on mouse input
B. Moves the GameObject left or right based on input
C. Scales the GameObject
D. Triggers an animation

Thông tin

Category
FGU301
Thêm bởi
thuyhoa276
Ngày thêm
Lượt xem
269
Lượt bình luận
1
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom