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

EmittingInputSource Class

Modifiers: final
Information about an input source emitting hover/grab events.

Signature

data class EmittingInputSource(val hoverPosition: Vector3, val degrabbed: Boolean)

Constructors

EmittingInputSource ( hoverPosition , degrabbed )
Signature
constructor(hoverPosition: Vector3, degrabbed: Boolean)
Parameters
hoverPosition: Vector3
  World position of the hover point
degrabbed: Boolean
  Whether this source was degrabbed by another controller grabbing

Properties

degrabbed : Boolean
[Get]
Whether this source was degrabbed by another controller grabbing
Signature
val degrabbed: Boolean
hoverPosition : Vector3
[Get]
World position of the hover point
Signature
val hoverPosition: Vector3
Did you find this page helpful?