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

Implement setting icon in Window #294

Open
Vixenka opened this issue Jun 3, 2023 · 0 comments
Open

Implement setting icon in Window #294

Vixenka opened this issue Jun 3, 2023 · 0 comments
Labels
enhancement New feature or request priority: low Low priority

Comments

@Vixenka
Copy link
Member

Vixenka commented Jun 3, 2023

Implement new interface to existing types, and add icon property in Window.cs.

class Window {
   public IWindowIcon Icon { get; set; }
class Texture2D : IWindowIcon {
class CpuTexture2D : IWindowIcon {
@Vixenka Vixenka added enhancement New feature or request priority: low Low priority labels Jun 3, 2023
@Vixenka Vixenka added this to the 0.1.0 milestone Jun 3, 2023
@Vixenka Vixenka removed this from the 0.1.0 milestone Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants