|
slot 0.0.1
A real time UI render framework
|


类 | |
| struct | YGValue |
宏定义 | |
| #define | YGUndefined NAN |
类型定义 | |
| typedef YG_EXTERN_C_BEGIN struct YGValue | YGValue |
函数 | |
| YG_EXPORT bool | YGFloatIsUndefined (float value) |
变量 | |
| YG_EXPORT const YGValue | YGValueAuto |
| YG_EXPORT const YGValue | YGValueUndefined |
| YG_EXPORT const YGValue | YGValueZero |
| #define YGUndefined NAN |
Float value to represent "undefined" in style values.
| typedef YG_EXTERN_C_BEGIN struct YGValue YGValue |
Structure used to represent a dimension in a style.
| YG_EXPORT bool YGFloatIsUndefined | ( | float | value | ) |
Whether a dimension represented as a float is defined.

