Skip to content

UIButton.HoverTexture Property

Definition

Namespace: Brine2D.UI

Optional nine-slice texture for the hover state. Falls back to NormalTexture when null.

C#
public Brine2D.Rendering.ITexture? HoverTexture { get; set; }

Property Value

ITexture