コード例 #1
0
ファイル: GUIContextShape.cs プロジェクト: pilnine/GUIEditor
        public override ShapeBase CreateShapeInstance()
        {
            GUIContextShape shape = new GUIContextShape("GUIContext");

            return(shape);
        }
コード例 #2
0
ファイル: GUIContextShape.cs プロジェクト: taru00/GUIEditor
 public override ShapeBase CreateShapeInstance()
 {
     GUIContextShape shape = new GUIContextShape("GUIContext");
       return shape;
 }