유니티3D관련 URL http://ncanis.tistory.com/category/C#/Unity3d 게임 엔진 Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-23 5:42 AM by andrew Comment 📂This entry was posted in UNITY3D/COCOS2D 참고를 위한 저장물
2014-06-29 andrew Splitting a C++ std::string using tokens, e.g. “;” [duplicate]std::vector<std::string> split(const std::string& s,char seperator){ std::vector<std::s...
2014-07-09 andrew [VC++] Window의 초기 크기와 위치 정해주기Windows 용 응용프로그램을 만들 경우에, console 프로그램이 아닌경우에는 실행시에 window의 초기 위치와 크기를 정해주고 싶은 경우가 있을것이다. 나는 몇일전에 있었...