-
-
Notifications
You must be signed in to change notification settings - Fork 239
axmol v3 migrate guide
halx99 edited this page Sep 12, 2025
·
1 revision
axmol v3 remove all deprecated APIs, so we write this guide. (WIP)
A. StringUtils
was renamed to text_utils
, and the API format
in it also was removed, use fmt::format
instead
A. Color3B
removed and Color4B
was renamed to Color32
, Color4F
renamed to Color
, use Color32
instead Color3B
A. Use Director::getInstance()->getJobSystem()
instead
-
Director::convertToUI
=>Director::worldToScreen
-
Director::convertToGL
=>Director::screenToWorld
-
RenderViewImpl::createWithFullScreen
=>RenderViewImpl::createWithFullscreen