fix(bodymodule): 切割入场同步全部模块CutText
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user