Class CSSAvailableSpace
Spec 9.2.2 calculates an "available space" concept, which is made up of two values, each of which is either a
'length' (pixels) or a 'constraint' (MAX_CONTENT, MIN_CONTENT)
TODO: this will be merged into CSSContainerSize in a future release; this class is the legacy one,
but I want to maintain some of the typesafety specifically around the point where a CSSContainerSize specified
as the container's 'size' converts to being the container's 'inner size' / 'content-size' (ie CSSAvailableSpace)
Inheritance
CSSAvailableSpace
Assembly: cs.temp.dll.dll
public class CSSAvailableSpace
Constructors
- (void)
CSSAvailableSpace(CSSContentLengthConstrainable, CSSContentLengthConstrainable)
Fields
Properties
TextMeshPro needs a 'how big is the parent I can layout into' in low-quality Vector2 representation
Methods
Parameters
Returns
Overrides
- (void)
Length(Axis, CSSContentLengthConstrainable)
Operators