creator_to_cocos2dx icon indicating copy to clipboard operation
creator_to_cocos2dx copied to clipboard

Will there be virtual functions or inheritance support ?

Open jusforfun opened this issue 8 years ago • 2 comments

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/* ) )

jusforfun avatar Feb 21 '18 03:02 jusforfun

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.

minggo avatar Feb 23 '18 01:02 minggo

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.

jusforfun avatar Mar 15 '18 02:03 jusforfun