We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.8.5
all
代码中使用
const { ccclass, serializable } = _decorator
时, 提示 serializable 不存在.
serializable
No response
.
The text was updated successfully, but these errors were encountered:
@Property({ serializable: true }) 这样用的吧……很多没有直接导出的
Sorry, something went wrong.
我要在项目里覆盖引擎中的某些成员. 父类里如果用的是 @serializable , 我子类用 @property(...) 可以吗?
@serializable
@property(...)
No branches or pull requests
Cocos Creator version
3.8.5
System information
all
Issue description
代码中使用
时, 提示
serializable
不存在.Relevant error log output
No response
Steps to reproduce
.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: