Exemplo n.º 1
0
 private static void GenerateMetaData(UncroppedStanding standing)
 {
     foreach (var cropper in standing.GetComponentsInChildren <SpriteCropper>())
     {
         GenerateMetaData(standing, cropper);
     }
 }
Exemplo n.º 2
0
        private static void WriteCropResult(UncroppedStanding standing)
        {
            foreach (var cropper in standing.GetComponentsInChildren <SpriteCropper>())
            {
                WriteCropResult(standing, cropper);
            }

            AssetDatabase.Refresh();
        }