fix(bodymodule): 切割入场同步全部模块CutText

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-21 17:42:58 +08:00
co-authored by Cursor
parent 7a8f7dbbd7
commit 597e97c5d7
4 changed files with 33 additions and 7 deletions
@@ -49,6 +49,11 @@ namespace AibisDream.FixSystem
public bool IsConfigured => modulePicRenderer != null && moduleTextRenderer != null;
/// <summary>
/// 文字当前的亮/灭状态(含 Damaged 闪烁中的瞬时相位),供切割视图入场时对齐。
/// </summary>
public bool IsTextCurrentlyVisible => moduleTextRenderer != null && moduleTextRenderer.enabled;
private void Awake()
{
Initialize();