“Unity Screentoworldpoint” Kode Jawaban

Unity Screentoworldpoint

public Camera yourCamera;
public Vector3 yourPosition;

yourCamera.ScreenToWorldPoint(yourPosition);



//For example to get positions of the mouse

Camera.main.ScreenToWorldPoint(Input.MousePosition);
Tartaud

Screentoworldpoint

new Vector3( Input.mousePosition.x, Input.mousePosition.y, 1.0f )
Delightful Dog

Jawaban yang mirip dengan “Unity Screentoworldpoint”

Pertanyaan yang mirip dengan “Unity Screentoworldpoint”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya