Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / Behaviour

Behaviour

Classes

Scripting

ClassDescription
BehaviourBase class for all user-authored scripts attached to an entity through a ScriptComponent. Subclass Behaviour to drive per-frame logic on a single entity with full access to the World, the entity's TransformComponent, and its three.js Object3DRef.