Skip to content

UIButton.PressedTexture Property

Definition

Namespace: Brine2D.UI

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

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

Property Value

ITexture