Table of Contents

Class UIRaycaster

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public static class UIRaycaster
Inheritance
UIRaycaster
Inherited Members

Methods

GetCurrentRaycastResults()

public static List<RaycastResult> GetCurrentRaycastResults()

Returns

List<RaycastResult>

GetRaycastResultsWithPointerPosition(Vector2)

public static List<RaycastResult> GetRaycastResultsWithPointerPosition(Vector2 pointerPosition)

Parameters

pointerPosition Vector2

Returns

List<RaycastResult>

IsAnyUIHovered(string, bool)

public static bool IsAnyUIHovered(string tagToCheck = null, bool checkParents = false)

Parameters

tagToCheck string
checkParents bool

Returns

bool