update readme

This commit is contained in:
YHH
2025-06-12 09:47:25 +08:00
parent 47207fad52
commit e4aad11965
6 changed files with 7 additions and 16 deletions

View File

@@ -210,10 +210,7 @@ export class Core {
* Core.update(deltaTime);
* }
*
* // Unity (C#)
* void Update() {
* Core.Update(Time.deltaTime);
* }
* ```
*/
public static update(deltaTime: number): void {

View File

@@ -1,6 +1,6 @@
/**
* ECS Framework - 轻量级实体组件系统框架
* 适用于Laya、Cocos游戏引擎小游戏开发
* 适用于Laya、Cocos Creator等JavaScript游戏引擎和H5小游戏开发
*/
// 核心模块