Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Packages/SpectaclesInteractionKit/Components/UI/ContainerFrame/modules/HoverBehavior
HoverBehavior
Class HoverBehavior
Behavior for handling nested interactable hover events
Index
Constructors
constructor
Properties
on
Hover
End
on
Hover
Start
on
Hover
Update
Methods
destroy
late
Update
Constructors
constructor
new
HoverBehavior
(
interactable
:
Interactable
,
name
?:
string
)
:
HoverBehavior
Parameters
interactable
:
Interactable
name
:
string
= "HoverBehavior"
Returns
HoverBehavior
Properties
on
Hover
End
onHoverEnd
:
PublicApi
<
InteractorEvent
>
= ...
on
Hover
Start
onHoverStart
:
PublicApi
<
InteractorEvent
>
= ...
on
Hover
Update
onHoverUpdate
:
PublicApi
<
InteractorEvent
>
= ...
Methods
destroy
destroy
()
:
void
Returns
void
late
Update
lateUpdate
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Hover
End
on
Hover
Start
on
Hover
Update
Methods
destroy
late
Update
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Behavior for handling nested interactable hover events