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
希望在项目里 写自己的 Assembler 时需要这些东西: RenderDrawInfo RenderDrawInfoType RenderEntityType RenderEntity 以及 StaticVBAccessor IBatcher(接口)
现在需要用类似 cc.__private._cocos_2d.xxxxxxxxxx 的方式才能使用这些类型 (声明类型).
cc.__private._cocos_2d.xxxxxxxxxx
但是如果要使用对应的值(类)时 , 会报错
TypeError: Cannot read property '_cocos_2d_renderer_render_draw_info__RenderDrawInfo' of undefined TypeError: Cannot read property '_cocos_2d_renderer_render_draw_info__RenderDrawInfoType' of undefined
如上
No response
.
The text was updated successfully, but these errors were encountered:
同,还有
__private._extensions_ccpool_node_pool__IPoolHandlerComponent
Sorry, something went wrong.
No branches or pull requests
Use Case
希望在项目里 写自己的 Assembler 时需要这些东西:
RenderDrawInfo
RenderDrawInfoType
RenderEntityType
RenderEntity
以及
StaticVBAccessor
IBatcher(接口)
现在需要用类似
cc.__private._cocos_2d.xxxxxxxxxx
的方式才能使用这些类型 (声明类型).但是如果要使用对应的值(类)时 , 会报错
Problem Description
如上
Proposed Solution
No response
How it works
No response
Alternatives Considered
.
Additional Information
No response
The text was updated successfully, but these errors were encountered: