Package gaiasky.scene
package gaiasky.scene
Contains all classes and utilities directly related to the scene, the scene
graph and the entity-component-system.
-
ClassesClassDescriptionAn archetype is a blueprint to build an object instance in the ECS.Holds the archetypes, loaded from
archetypes.json
.Maps attribute names to components, so that the data loading is seamless.ECS families.Index, which maintains dictionaries with name-object pairs.Contains component mappers for many types.The main scene, which contains the engine, the index, the archetypes, and more.