# GameSpeed **Repository Path**: 5032/GameSpeed ## Basic Information - **Project Name**: GameSpeed - **Description**: 演示如何设置游戏全局倍速 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2026-07-03 - **Last Updated**: 2026-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 如何导入自己项目: 1、将Gi.ts复制到自己项目assets目录下任意层级 2、调用方式: gi.timeScale = 3; // 3倍速 gi.timeScale = 0.5; // 0.5倍速 gi.timeScale = 1; // 原速 gi.timeScale = 0; // 暂停 EMail地址:27185709@qq.com