少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-20 ddcba938b4b7cb150170a07d59b480d0748a476c
Utility/UIUtility.cs
@@ -241,13 +241,13 @@
        if (_vertexs == null || _vertexs.Count == 0)
        {
            DesignDebug.Log("非法顶点数据");
            DebugEx.Log("非法顶点数据");
            return Vector2.zero;
        }
        if (_axis != 0 && _axis != 1)
        {
            DesignDebug.Log("非法轴");
            DebugEx.Log("非法轴");
            return Vector2.zero;
        }
@@ -274,13 +274,13 @@
    {
        if (quadPositions == null || quadPositions.Length < 4)
        {
            DesignDebug.Log("非法顶点数组");
            DebugEx.Log("非法顶点数组");
            return;
        }
        if (quadUVs == null || quadUVs.Length < 4)
        {
            DesignDebug.Log("非法UV数组");
            DebugEx.Log("非法UV数组");
            return;
        }
@@ -297,13 +297,13 @@
    {
        if (positions == null || positions.Length < 3)
        {
            DesignDebug.Log("非法顶点数组");
            DebugEx.Log("非法顶点数组");
            return;
        }
        if (uvs == null || uvs.Length < 3)
        {
            DesignDebug.Log("非法UV数组");
            DebugEx.Log("非法UV数组");
            return;
        }