dd
This commit is contained in:
@@ -28,9 +28,6 @@ const { ccclass, property } = _decorator;
|
|||||||
* - 值相同且临时:叠加时
|
* - 值相同且临时:叠加时
|
||||||
* - 值更大:更新为新值(临时则更新值和时间
|
* - 值更大:更新为新值(临时则更新值和时间
|
||||||
*
|
*
|
||||||
* 3. 性能优化
|
|
||||||
* - 增量计算:添删除时只重算受影响的属
|
|
||||||
* - 批量计算:initBuffsDebuffs() 中使recalculateAttrs() 一次性计算所
|
|
||||||
*/
|
*/
|
||||||
/** 角色显示组件 */
|
/** 角色显示组件 */
|
||||||
@ccclass('HeroViewComp') // 定义Cocos Creator 组件
|
@ccclass('HeroViewComp') // 定义Cocos Creator 组件
|
||||||
|
|||||||
Reference in New Issue
Block a user