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

custom entity component editors #9

Open
methusalah opened this issue Feb 24, 2016 · 0 comments
Open

custom entity component editors #9

methusalah opened this issue Feb 24, 2016 · 0 comments

Comments

@methusalah
Copy link

Alchemist creates an entity component editor by inspecting the component with reflexion, and creating a property editor for each member.

Some entity components may need more features and Alchemist should welcome user's specialized editors.

Implementing a CustomComponentEditor interface, these editors should be found by Alchemist by reflexion in a special directory of the project. An editor should contain the entity component class it is able to edit, and the JavaFX node containing user's GUI.

The Inspector view will have to check for each component to inspect if there is a custom component editor and draw it instead of the built-in editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant