Capítulo 409 de 859

Chapter 409: EventNode

Core Idea

EventNode is a node that executes a callback during specific update phases.

Reference Tables

Constructor

Signature
new EventNode( eventType : string, callback : function )

Key Takeaways

  1. EventNode extends: EventDispatcher → Node

Connects To