Will there be virtual functions or inheritance support ?
Hi minggo,
Want to check that will there be virtual or overloaded functions in the future? Or inheritance support so that we will be able to inherit and add in additional functionalities;
E.g. Animation Manager (with Wrap Mode), CreatorReader able to replace the path of the dependencies (E.g. default path of search is Resource/creator/* to possible path like (AppData/myCocosGame/* ) )
About resource path, can not resolve it by virtual function because the path is determined when exporting by the plugin.
About other features, i think we should discuss it one by one.
So about the features, For the AnimationManager class, to add a overloaded function for the playAnimationClip to pass in an additional argument which is the enum WrapMode so that i can have more control over how the animation is played.