This commit is contained in:
2026-05-12 23:04:08 +08:00
parent bde7494997
commit 4b383cf33c
10 changed files with 321 additions and 18 deletions

View File

@@ -44,10 +44,13 @@ public class CopyFontTextMessageOrContentSizeFitter : MonoBehaviour
}
prentRect.sizeDelta = new Vector2(prentRect.sizeDelta.x, screenHeight);
}
public enum MessageType
{
Text,
Sprite,
}
}
public enum MessageType
{
Text,
Sprite,
}