“Unity Screentoworldpoint” Code-Antworten

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

Ähnliche Antworten wie “Unity Screentoworldpoint”

Fragen ähnlich wie “Unity Screentoworldpoint”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen