Boolean类型还是CCBoolean类型?

当我定义一个Boolean类型变量isStatic时,报出警告
[Scene] The type of “Test.isStatic” must be CCBoolean, not Boolean.
当我修改成CCBoolean类型变量时,报出警告
[Scene] No needs to indicate the ‘cc.Boolean’ attribute for “Test.isStatic”, which its default value is type of Boolean.

https://docs.cocos.com/creator/manual/zh/scripting/decorator.html#type-参数

boolean 我都是不设置type
30b7db7d40ba191405e9f030143c45c

该主题在最后一个回复创建后14天后自动关闭。不再允许新的回复。