NGUI 유니티 3.5.5 Color32에러
Unity3D 2012. 10. 12. 17:14
#if UNITY_3_5_4
public void Set (BetterList<Vector3> verts, BetterList<Vector3> norms, BetterList<Vector4> tans, BetterList<Vector2> uvs, BetterList<Color> cols)
#else
public void Set (BetterList<Vector3> verts, BetterList<Vector3> norms, BetterList<Vector4> tans, BetterList<Vector2> uvs, BetterList<Color32> cols)
#endif
{
#if UNITY_3_5_4부분을 재정의 할수있는 방법이 있을까...?
'Unity3D' 카테고리의 다른 글
2DToolKit 좌표계의 이해 (0) | 2012.10.19 |
---|---|
2dtoolkit tk2dCamera Anchor touch position (0) | 2012.10.19 |
How to turn a String to an Int? (0) | 2012.10.11 |
Unitty3d C# String Split (0) | 2012.10.11 |
Mono: AOT failed to load AOT module /Applications/Unity/Unity.app/Contents/Frameworks/MAssets/Test.js(9,27): BCE0048: Type 'Object' does not support slicing. (0) | 2012.10.08 |