Exemplo n.º 1
0
 // Token: 0x06003280 RID: 12928 RVA: 0x00147FF9 File Offset: 0x001463F9
 public override void draw(bool ignoreCulling)
 {
     if (SleekRender.drawGrid(base.frame, this.texture, base.backgroundColor) && this.onClickedGrid != null)
     {
         this.onClickedGrid(this);
     }
     base.drawChildren(ignoreCulling);
 }