Add Current Graphics Keys to GraphicsComponent #2044
Labels
community in-progress
This issue is marked in-progress. This label will be removed if there is no activity for 30 days.
Hacktoberfest
Issues marked for the community Hacktoberfest event https://hacktoberfest.digitalocean.com/
Context
Currently for a given Actor's GraphicsComponent, it's difficult to know what the currently shown graphics are by name. It is useful to know the name's of the graphics shown in all layers or a specific layer
To iterate through all the graphics layers
Proposal
GraphicsComponent.ts
calledcurrentKeys
that will return the names of the graphics shown in all layersGraphicsLayer
calledcurrentKeys
that will the names of the graphics shown in this layerThe text was updated successfully, but these errors were encountered: