Karim LUCCIN

Results 1 issues of Karim LUCCIN

https://github.com/delight-dev/Delight/blob/698e660073ff492d0091571fc9a311f62e37a73c/UnityProject/Delight/Assets/Delight/Content/Views/UI/UIView.cs#L408 Should RectTransform.offsetMax actually read like this instead? ` RectTransform.offsetMax = new Vector2( offsetMaxX + margin.Left.Pixels - margin.Right.Pixels + offset.Left.Pixels - offset.Right.Pixels + offsetFromParent.Left.Pixels - offsetFromParent.Right.Pixels, offsetMaxY + margin.Bottom.Pixels -...