PRU211m_-_SP_2023_-_FE_152.webp
hirosi212

PRU211m_-_SP_2023_-_FE_152.webp

Answer (Choose 1 answer)
Choose the correct statement for creating a new Vector3 with given x, y, z components.
A. public class Vector3Example: MonoBehaviour
{
Vector3 myVector;
void Start()
{ } myVector = new Vector3(0.0f, 1.0f, 0.0f);
}
B. public class Vector3Example: IMonoBehaviour
}
{ Vector3 myVector;void Start()
{ } myVector = new Vector3(0.0f, 1.0f, 0.0f);
}
C. public class Vector3CtorExample: MonoBehaviour
Vector3 myVector;void Start()
{ } myVector = new Vector3(0.0f, 1.0f, null, null);
D. None of the others.
Exit 16

Thông tin

Category
PRU211m
Thêm bởi
hirosi212
Ngày thêm
Lượt xem
739
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom