Hello there,
I’m hoping someone can help me understand what may be possible documentation missing for the Defold API.
I was trying to figure out how I can hide label within a one of my game objects. Looking at the label api it doesn’t seem to have any ability to hide it per the Defold docs.
But I did try doing this: msg.post("#label", "disable")
And this ^ above works.
Can someone point me to documentation that shows this API call and others like it that work? I suppose i’m also confused why some manipulation happens with: go.set()
vs label.set_text()
vs msg.post("#label", "disable")
None of this is intended to critisize this wonderful engine but more of just seeking guidance on when to use the different style API calls and where some of the documentation might be missing or incomplete.
Thanks!
-deckarep