Q3.webp
T

Q3.webp

Kizspy Question: 3
(Choose 1 answer)
What does this script do?
using UnityEngine;
public class InstantiateExample: MonoBehaviour {
public GameObject prefab;
void Start() {
}
Instantiate(prefab, new Vector3(0, 0, 0), Quaternion.identity);
A. Deletes a GameObject
B. Creates new instance of a prefab
C. Moves the prefab
D. Scales the prefab

Thông tin

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

Share this media

Back
Bên trên Bottom