Showing results for on docs.cocos.com
...named Node, but similar to Unity, Cocos Creator is an ECS (Entity-Component-System) architecture, and you can add different components to a Node...
...named Node, but similar to Unity, Cocos Creator is an ECS (Entity-Component-System) architecture, and you can add different components to a Node...
...Components are implement according to the Cocos Creator Entity Component (EC) system.
The component class must inherit from a cc
class. Example:
import { Component...
The component class must inherit from a cc
class. Example:
import { Component...
Nodes and Components â
The workflow of Cocos Creator is centered on component-based development, also known as an Entity-Component System, which simply...
The workflow of Cocos Creator is centered on component-based development, also known as an Entity-Component System, which simply...