Skip to content
Version 2.11.0
↓ Get the launcher

RenderTextureHostElement.OnScroll property

Optional: called with the scroll-wheel delta while the cursor is over the box — e.g. to zoom a 3D preview. Null = the box ignores scrolls.

public Action<float>? OnScroll { get; set; }