유니티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-12-15 andrew CStirng ↔ char * (Unicode ↔ ANSI)※ Format 지정 가능 (CString → char *) // Static CString strText = _T("casting test"); char szText[128];...
2014-06-13 andrew 리눅스에서 Subversion 설치 및 사용하기 1. Subversion 을 설치해보자 이재홍님이 작성하신 Subversion 사용법(http://www.pyrasis.com/main/Subversion-HOWTO)...