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

Add support for custom classes in custom properties #103

Open
Frankfires opened this issue Sep 4, 2023 · 0 comments
Open

Add support for custom classes in custom properties #103

Frankfires opened this issue Sep 4, 2023 · 0 comments

Comments

@Frankfires
Copy link

Tiled lets you create custom classes that can be used as property values:


image

The image above shows that I have two properties in my map: Spawn and a testing property named fffff, Spawn is a custom Vector2 class that I have created. When I try to access Spawn through the map's properties, it returns an empty string instead of a Vector2 containing its X & Y values as it should.

image
image
This issue restricts developers such as myself from managing their properties efficiently and in an organized manner

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

No branches or pull requests

1 participant