コード例 #1
0
ファイル: LevelEditor.cs プロジェクト: hach-que/OgmoEditor
 private void DrawLayer(LayerEditor layer, bool current, float alpha)
 {
     layer.DrawLocal(current, alpha);
     Ogmo.EditorDraw.SpriteBatch.End();
 }
コード例 #2
0
ファイル: Resizer.cs プロジェクト: hach-que/OgmoEditor
 public Resizer(LayerEditor editor)
 {
     Editor = editor;
 }