Пример #1
0
 void GoPoint()
 {
     hasFirstPoint = true;
     CalUV();
     SWTextureProcess.ProcessMask_DrawPoint(node.texMask, uv, brush);
     lastUV          = uv;
     node.data.dirty = true;
 }