美文网首页
UnityAppController.h修改

UnityAppController.h修改

作者: 巴糖 | 来源:发表于2016-05-23 10:05 被阅读323次

inline UnityAppController*GetAppController()

{

return (UnityAppController*)[UIApplication sharedApplication].delegate;

}

替换

#import"AppDelegate.h"

inlineUnityAppController*GetAppController()

{

AppDelegate*delegate = (AppDelegate*)[UIApplicationsharedApplication].delegate;

returndelegate.unityController;

}

相关文章

网友评论

      本文标题:UnityAppController.h修改

      本文链接:https://www.haomeiwen.com/subject/skjarttx.html