Module covalent::scene[][src]

A scene is essentially everything that the user can see or hear, and anything that interacts with that.

Structs

CameraMotionComponent
Node

The node is the root of anything that is in the scene. Nodes have a list of Behaviours, which represent the functionality of the node.

Scene

The scene contains everything that the user can see or hear, and anything that interacts with that. Covalent will automatically render everything in this scene according to the active render pipeline.

TickDebugComponent

Traits

Component

Components listen for events to execute event-driven code.