MCPcopy Create free account
hub / github.com/cocos/cocos-engine / platformLoopEnd

Method platformLoopEnd

native/cocos/platform/java/modules/XRInterface.cpp:955–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955bool XRInterface::platformLoopEnd() {
956#if CC_USE_XR
957 if (!_isXrEntryInstanceValid) {
958 return false;
959 }
960 return xr::XrEntry::getInstance()->platformLoopEnd();
961#else
962 return false;
963#endif
964}
965// stereo render loop
966
967ccstd::vector<float> XRInterface::getHMDViewPosition(uint32_t eye, int trackingType) {

Callers 1

loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected