Hi there,
I have a custom subclass to ActionCharAnim that was referencing the animChar field, I now need to reference the newly added runtimeAnimChar instead but can't since it is marked private - could you possibly make it protected instead? I tried it and it makes everything work again.
In fact, may I suggest you make all these new runtime-fields protected in order to make it possible to successfully subclass the built in actions?
Thanks a lot!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Yes, fair suggestion.