cocos.audio.actions module¶
-
class
PlayAction(*args, **kwargs)¶ Bases:
cocos.actions.base_actions.InstantAction-
init(sound)¶ Gets called by __init__ with all the parameteres received, At this time the target for the action is unknown. Typical use is store parameters needed by the action.
-
start()¶ Here we must do out stuff
-