API ReferenceecsregisterBehavior()Sur cette pageecs.registerBehavior() ecs.registerBehavior(behavior) Description Register a function that runs on the world every tick. Parameters PropertyTypeDescriptionbehaviorfunctiona function that runs on the world every tick. Returns None.