Beispiel #1
0
        public Shape2D(Vector2 Position, Vector2 Scale, string Tag)
        {
            this.Position = Position;
            this.Scale    = Scale;
            this.Tag      = Tag;

            Log.Info($"[SHAPE2D]({Tag}) - Has been registered! ");
            ExpressedEngine.RegisterShape(this);
        }