Q32.webp
T

Q32.webp

Kizspy Question: 32
(Choose 1 answer)
What does this script do?
using UnityEngine;
public class CameraFollow: MonoBehaviour {
public Transform target;
void LateUpdate() {
}
transform.position = new Vector3(target.position.x, target.position.y, -10f);
A. Moves the camera to follow a target in 2D space
B. Rotates the camera around the target
C. Scales the camera
D. Triggers an animation

Thông tin

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

Share this media

Back
Bên trên Bottom