コード例 #1
0
 protected internal override void DrawConnection()
 {
     if (connection != null && connection.Body != null)
     {
         EffectUtility.DrawLineDirect(rect.center, connection.rect.center, Color.yellow);
     }
 }