Click or drag to resize

MeshColliderHitTestScreenToLocal Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ScreenToLocal(
	Camera camera,
	Vector3 screenPoint,
	ref Vector2 point
)

Parameters

camera
Type: Camera
screenPoint
Type: Vector3
point
Type: Vector2

Return Value

Type: Boolean
See Also