You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to access some custom properties under Object Layer.
I tried to use something like:
let dx = tmxObjectGroup.propertyNamed("DestinationPointX")
print (dx)
but I get a nil form dx.
here is a TMX snippet:
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to access some custom properties under Object Layer.
I tried to use something like:
let dx = tmxObjectGroup.propertyNamed("DestinationPointX")
print (dx)
but I get a nil form dx.
here is a TMX snippet:
Thanks for any help.
The text was updated successfully, but these errors were encountered: