Exemplo n.º 1
0
        public static void PrependThrough(Spline spline, Transform transform)
        {
            RecordHierarchy(spline.Root, "Battlehub.Spline.Prepend");

            spline.PrependThrough(transform);

            EditorUtility.SetDirty(spline);
        }