Exemplo n.º 1
0
 public override void Draw()
 {
     Debug.LogError("m_Compoonet ---" + m_Component.GetHashCode());
     m_Component.Draw();
 }
Exemplo n.º 2
0
 public override void DrawOnShape(IShape shape)
 {
     Debug.LogError("Border 里面的 shape 是--" + shape.GetHashCode());
     m_RennderEngine.Render("画边框 在" + shape.GetPolygon() + "上");
 }