Showing results for

ecs

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