chore: update coffee.internal

This commit is contained in:
mob-sakai
2025-01-03 22:58:18 +09:00
parent 8276684c3b
commit a1ca74f854
8 changed files with 59 additions and 3 deletions

View File

@@ -69,6 +69,8 @@ namespace Coffee.UIParticleInternal
return prefabStage.prefabContentsRoot.GetComponentsInChildren<T>(true);
}
public static bool isBatchOrBuilding => Application.isBatchMode || BuildPipeline.isBuildingPlayer;
#endif
}
}