Last active
January 4, 2023 04:20
-
-
Save twinsant/e6e8205c0ac5f5471bd42563501f843e to your computer and use it in GitHub Desktop.
Cocos Creator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Node: { | |
| shape: class | |
| runAction() | |
| } | |
| ComponentJS: { | |
| shape: class | |
| onLoad() | |
| onEnable() | |
| onEnter() | |
| onExit() | |
| start() | |
| upddate() | |
| lateUpdate() | |
| onDisable() | |
| onDestory() | |
| } | |
| Sprite -> Node | |
| Node -- ComponentJS | |
| Node -> PhysicsBody | |
| Scene -> Director | |
| Scene -> EventManager | |
| EventManager: { | |
| shape: class | |
| addListener() | |
| } | |
| # EventLinster: { | |
| # shape: class | |
| # event | |
| # } | |
| Director | |
| PhysicsBody | |
| # EventListenerPhysicsContact: { | |
| # shape: class | |
| # onContactBegin | |
| # } | |
| # SimpleAudioEngine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment