Esempio n. 1
0
 public void setPoint(IntVector2 point)
 {
     mesh = lineMeshType.GetPointMesh(point, mat.mainTexture.width, mat.mainTexture.height);
 }
 public void setPoint(IntVector2 point)
 {
     drawMesh = true;
     mesh     = lineMeshType.GetPointMesh(point, mat.mainTexture.width, mat.mainTexture.height);
     mat      = PropertiesSingleton.getLineRendererMaterial();
 }