IPointerResult Interface

Definition

Interface defining a pointer result.

public interface class IPointerResult
public interface IPointerResult
type IPointerResult = interface
Public Interface IPointerResult

Properties

CurrentPointerTarget

The current pointer's target GameObject

Details

Details about the currently focused GameObject.

PreviousPointerTarget

The previous pointer target.

RayStepIndex

The index of the step that produced the last raycast hit, 0 when no raycast hit.

StartPoint

The starting point of the Pointer RaySteps.

Applies to