示例#1
0
 public void DrawText(UIRStylePainter painter, MeshGenerationContextUtils.TextParams parms, float pixelsPerPoint)
 {
     painter.DrawTextNative(parms, this, pixelsPerPoint);
 }
示例#2
0
 public void DrawText(UIRStylePainter painter, MeshGenerationContextUtils.TextParams textParams, float pixelsPerPoint)
 {
     textHandle.DrawText(painter, textParams, pixelsPerPoint);
 }