コード例 #1
0
        public override ShapeBase CreateShapeInstance()
        {
            UIShapeTextLabel shape = new UIShapeTextLabel("TextLabel");

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