Click or drag to resize

RenderTargetInSpaceGetScreenPositionByRay Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool GetScreenPositionByRay(
	Ray ray,
	out Vector2 screenPosition
)

Parameters

ray
Type: NeoAxisRay
screenPosition
Type: NeoAxisVector2

Return Value

Type: Boolean
See Also