コード例 #1
0
 public WorkflowEditorGrid(EditorGraphics editorGraphics, float cellSize) : base(editorGraphics, false)
 {
     renderer          = new WorkflowEditorGridRenderer(this);
     renderer.CellSize = cellSize;
 }
コード例 #2
0
 public WorkflowEditorGrid(EditorGraphics editorGraphics) : base(editorGraphics, false)
 {
     renderer = new WorkflowEditorGridRenderer(this);
 }