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
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/* ) )
The text was updated successfully, but these errors were encountered:
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.
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/* ) )
The text was updated successfully, but these errors were encountered: