IPointerResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |