유니티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-07-21 andrew javascript ==, ===의 의미0==false// true 0===false// false, because they are of a different type 1=="1"// true, auto type coe...
2014-07-22 andrew JAVA – 한글 인코딩 변환 체크 한방에 끝내기 String word = "무궁화 꽃이 피었습니다."; System.out.println("utf-8 -> euc-kr : " + new String(word.g...