We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tiled allows us to set a class in objects & layers and more. (previously referred to as types)
SuperObject has a field m_Type to read what the class in Tiled is, and that works well.
SuperObject
m_Type
Layers in Tiled also allow setting a class:
However, in SuperObjectLayer, there appears to be no field for m_Type or its derived class. It would be very useful to have this. 🙂
SuperObjectLayer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tiled allows us to set a class in objects & layers and more. (previously referred to as types)
SuperObject
has a fieldm_Type
to read what the class in Tiled is, and that works well.Layers in Tiled also allow setting a class:
However, in
SuperObjectLayer
, there appears to be no field form_Type
or its derived class. It would be very useful to have this. 🙂The text was updated successfully, but these errors were encountered: