nanos-world / issues

Issue Tracker for nanos world
9 stars 1 forks source link

UI instances Size api design issue #953

Open vugi99 opened 1 year ago

vugi99 commented 1 year ago

Prerequisites

Your Environment

Description

UI instances Size api design issue

Steps to reproduce the behavior

_

Expected behavior

Should expect/return Vector2D for the size or return width, height for GetSize

Actual behavior

For both WebUI and Canvas GetSize returns a Vector2D while constructor have width and height parameters For Canvas, Resize expects width and height