Click or drag to resize

GridBuilderUtilsScreenToWorld Method (Vector3)

This function only works if a main camera has been set.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Vector3 ScreenToWorld(
	Vector3 screenPosition
)

Parameters

screenPosition
Type: Vector3

Return Value

Type: Vector3
See Also