🚧Add resize capture in scenes #954
Labels
medium-priority
Medium Priority
✨new-feature
New feature that does not exist
preview
Done while in preview
Milestone
Complete The Item Below
Description
Add the ability to get updates on when the window size has changed in the scene system.
This will allow users to know when the window size has changed in a scene. This will involve adding a new
virtual
method to theSceneBase
class, which will implement the new method that will be added to theIScene
interface.Also, this will need to be added to the
ISceneManager
interface.IScene
interface namedResize(SizeU size)
virtual
method implementation to theSceneBase
classinternal SceneManager
class/// <inheritdoc/>
for the code docsISceneManager
interface namedResize(SizeU size)
Resize(SizeU size)
to theinternal SceneManager
class.Window
class in theprotected virtual void OnResize(SizeU size)
method/// <inheritdoc/>
for the code docsNote
Coding Standards:
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
No response
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking changes
✨new feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: