Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextureDrawableBase #37

Closed
EbiseLutica opened this issue Apr 28, 2019 · 0 comments
Closed

TextureDrawableBase #37

EbiseLutica opened this issue Apr 28, 2019 · 0 comments
Labels
API Feature New feature or request

Comments

@EbiseLutica
Copy link
Member

EbiseLutica commented Apr 28, 2019

Sprite, Tile, TextDrawable などのテクスチャを描画するクラスのロジックを纏める

public abstract class TextureDrawableBase : IDrawable
{
    public int Width { get; set; }
    public int Height { get; set; }
    public Vector Size { get; set; }
    public Texture2D Texture { get; set; }
    public void Draw(...) { ... }
}
@EbiseLutica EbiseLutica created this issue from a note in Main (ToDo) Apr 28, 2019
@EbiseLutica EbiseLutica added API Feature New feature or request labels Apr 28, 2019
Main automation moved this from ToDo to Done Apr 28, 2019
@EbiseLutica EbiseLutica moved this from Done - 1.2.x to Done - 1.1.x in Main May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant