API reference
API reference
Select your platform
No SDKs available
No versions available

GazeConecastTarget Class

Determines how a Oculus.Interaction.GazeInteractable can be conecasted against, without it having to implement the IConecastTarget interface.

Properties

GazeInteractable GazeInteractable[Get]

Static Member Functions

static GazeConecastTarget GetPooled ( )
static void ReleasePooled

Member Functions

If a successful conecast is performed on this IConecastTarget, where TryConecast returns true, this method will be called to fetch child targets for further conecasting.
Parameters
children
An empty list should be provided here to be populated with child targets, if they exist.
Returns
True if any child targets are added to the list.
Did you find this page helpful?