|
slot 0.0.1
A real time UI render framework
|

函数 | |
| bool | YGFloatIsUndefined (const float value) |
变量 | |
| const YGValue | YGValueZero = {0, YGUnitPoint} |
| const YGValue | YGValueUndefined = {YGUndefined, YGUnitUndefined} |
| const YGValue | YGValueAuto = {YGUndefined, YGUnitAuto} |
| bool YGFloatIsUndefined | ( | float | value | ) |
Whether a dimension represented as a float is defined.


| const YGValue YGValueAuto = {YGUndefined, YGUnitAuto} |
Constant for a dimension of "auto".
| const YGValue YGValueUndefined = {YGUndefined, YGUnitUndefined} |
Constant for a dimension which is not defined.
| const YGValue YGValueZero = {0, YGUnitPoint} |
Constant for a dimension that is zero-length.