Kazuki Sakamoto
78e64e3d5b
Add Copy Constructor for C# YogaNode
Summary:
Add Copy Constructor for convenience.
YogaNode defaultStyle = new YogaNode
{
Width = 100,
Height = 100,
};
YogaNode node0 = new YogaNode(defaultStyle)
{
FlexDirection = YogaFlexDirection.Row,
JustifyContent = YogaJustify.FlexEnd,
};
YogaNode node1 = new YogaNode(defaultStyle)
{
AlignItems = YogaAlign.Center,
};
Reviewed By: emilsjolander
Differential Revision: D4393234
fbshipit-source-id: b4b73071aab4dc1b3ae422969de659380bd0e3ad
2017-01-09 11:24:37 -08:00
..
2017-01-07 09:09:35 -08:00
2017-01-08 08:09:34 -08:00
2017-01-08 08:09:34 -08:00
2017-01-05 07:09:41 -08:00
2016-12-24 02:54:38 -08:00
2016-12-24 02:54:38 -08:00
2017-01-07 09:09:35 -08:00
2016-12-23 08:39:33 -08:00
2017-01-08 08:09:34 -08:00
2017-01-06 06:54:41 -08:00
2017-01-07 09:09:35 -08:00
2017-01-02 05:24:35 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2017-01-08 08:09:34 -08:00
2017-01-09 11:24:37 -08:00
2017-01-08 08:09:34 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2016-12-02 11:23:20 -08:00
2017-01-02 05:24:35 -08:00
2017-01-05 06:39:38 -08:00
2017-01-02 05:24:35 -08:00
2016-12-02 11:23:20 -08:00