changed the csharp interop code to use new functions

This commit is contained in:
Lukas Woehrl
2016-12-23 22:33:06 +01:00
parent d182ab1b09
commit d44ebab006
7 changed files with 144 additions and 44 deletions

View File

@@ -11,6 +11,7 @@ namespace Facebook.Yoga
{
public enum YogaUnit
{
Undefined,
Pixel,
Percent
}