* 设置帧缓存 * * @param entities 要缓存的实体列表
(entities: readonly Entity[])
| 49 | * @param entities 要缓存的实体列表 |
| 50 | */ |
| 51 | public setFrame(entities: readonly Entity[]): void { |
| 52 | this._frameCache = entities; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * 获取持久缓存 |
no outgoing calls
no test coverage detected