public static bool IsUndefined(YogaValue value)
 {
     return(value.Unit == YogaUnit.Undefined);
 }
예제 #2
0
 private static extern void YGNodeStyleGetPadding_Injected(IntPtr node, YogaEdge edge, out YogaValue ret);
예제 #3
0
 private static extern void YGNodeStyleGetMinWidth_Injected(IntPtr node, out YogaValue ret);
예제 #4
0
 private static extern void YGNodeStyleGetMaxHeight_Injected(IntPtr node, out YogaValue ret);
예제 #5
0
 private static extern void YGNodeStyleGetFlexBasis_Injected(IntPtr node, out YogaValue ret);