共计 329 个字符,预计需要花费 1 分钟才能阅读完成。
ISDKWorldInstanceBase 插件 SDK 接口
ISDKWorldInstanceBase API
_handleRendererContextLoss()
: 用于启用onRendererContextLost()
和onRendererContextRestored()
方法调用的实用工具方法。_onRendererContextLost()
: 用于处理渲染器上下文丢失的可选覆盖。仅当您的插件创建任何渲染器资源时,才需要这样做。在上下文丢失事件中,所有渲染器资源都已释放,因此必须删除对它们的任何引用。_onRendererContextRestored()
: 在上下文还原事件中,如有必要,可以再次重新创建资源。或者,如果使用延迟加载方法,则可以释放它们。
正文完