示例#1
0
        public JSONStorableAnimationCurve CreateCurve(string paramName, UICurveEditor curveEditor, IEnumerable <Keyframe> keyframes = null)
        {
            var storable = _builder.CreateCurve(paramName, curveEditor, keyframes);

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