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; }See Also
Section titled “See Also”- record RenderTextureHostElement
- namespace Stellar.Abstractions.Services