From 860e90d344d1db4f9749275d9fae0c46d8fbfe08 Mon Sep 17 00:00:00 2001 From: Tachu105 Date: Thu, 9 Apr 2026 23:02:26 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=AC=E6=98=8E=E7=94=A8=E3=82=B3=E3=83=9F?= =?UTF-8?q?=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Mask/MaskCutout.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Scripts/Mask/MaskCutout.cs b/Assets/Scripts/Mask/MaskCutout.cs index 55dcc7c..6a6b58c 100644 --- a/Assets/Scripts/Mask/MaskCutout.cs +++ b/Assets/Scripts/Mask/MaskCutout.cs @@ -45,8 +45,12 @@ public void SetRectangle(float centerX, float centerY, float width, float height _subtractImage.sprite = _submaskRectangleSprite; (width, height) = CalculateCenterSize(_subtractImage, width, height); + // これはコミットしたくない SetupRectTransform(centerX, centerY, width, height); ApplySoftnessRange(paddingRatio, gradientRatio); + + // これはコミットしたい + var doodle = new GameObject("Doodle"); } ///