How to call regular method in dll from Unity script?

后端 未结 0 1828
被撕碎了的回忆
被撕碎了的回忆 2021-02-07 17:55

Let\'s say I have a very simple native dll with name MyNativeDll that contains such a method:

extern "C" {
    int foo() { return 777; }
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题