示例#1
0
 public void Draw(HandleDrawerStateObjectBase stateObject)
 {
     if (Event.current.type == EventType.repaint)
     {
         DoDraw(stateObject);
     }
 }
 public void Draw(HandleDrawerStateObjectBase stateObject)
 {
     if (Event.current.type == EventType.repaint)
     {
         DoDraw(stateObject);
     }
 }
示例#3
0
 protected virtual void DoDraw(HandleDrawerStateObjectBase stateObject)
 {
     DoDraw(stateObject.controlID, stateObject.position, stateObject.size, stateObject.rotation, stateObject.hovering);
 }
 protected virtual void DoDraw(HandleDrawerStateObjectBase stateObject)
 {
     DoDraw(stateObject.controlID, stateObject.position, stateObject.size, stateObject.rotation, stateObject.hovering);
 }