Interface SplatModelMouseOverEvent

Event fired when the mouse enters the SplatModel.

interface SplatModelMouseOverEvent {
    type: "mouseover";
}

Hierarchy (View Summary)

  • Event<"mouseover">
    • SplatModelMouseOverEvent
Index

Properties

Properties

type: "mouseover"

The type of the event.

Was this helpful?

GeoSplats SDK
Reference
SplatModelMouseOverEvent