Ejemplo n.º 1
0
        public UICurveEditor CreateCurveEditor(float height, bool rightSide = false)
        {
            var o = _builder.CreateCurveEditor(height, rightSide);

            _objects.Add(o);
            return(o);
        }