Interface ISizeableElement
Interface used on UI elements which handle user-defined sizing.
Namespace: UnityEngine.Dt.App.UI
Syntax
public interface ISizeableElement
Properties
size
The current size of the UI element.
Declaration
Size size { get; set; }
Property Value
Type | Description |
---|---|
Size |