triggerEdgeEffect

fun triggerEdgeEffect(edges: Set<Edge>, intensity: Float = 0.8f)(source)

Triggers the edge glow effect on specified edges.

This method can be called by app developers from button handlers or other UI controls to provide visual feedback when the camera cannot move further in a direction.

Parameters

edges

The set of edges to trigger the effect on

intensity

The glow intensity from 0.0 (none) to 1.0 (full), default 0.8