Enum ElementSizing
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public enum ElementSizing
- Extension Methods
Fields
FitToChildren = 2
Size determined by child elements
Fixed = 0
Only multiplied with scale factor
Percentual = 1
Value between 0 and 100% of parent element
PercentualSubstractFixed = 3
Value between 0 and 100% of parent element. Will substract fixedWidth and fixedHeight from the final size