Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: hima on June 17, 2011, 12:42:21 AM
-
I notice that the action category use one of the pre-defined Enum. Is it possible to make our own group so that it would be easier to group our own custom actions together? If it's possible, how can I do it? I have my own SoundManager class that I want to share and I want to write an extension for PlayMaker so that it can be used with PlayMaker easily.
Thank you in advance!
-
Hi,
Yes, simply define it as a string instead of using the predefined ones:
[ActionCategory("hello")]
and it will appear.
Bye,
Jean
-
Thanks! Can't believe it's that simple ^ ^ Though I don't think the documentation covered this...Hopefully the documentation will be updated soon!
-
Hfive to Jean!