Package-level declarations

Functions

Link copied to clipboard
fun Entity.addPrefab(prefab: Entity)

Adds a prefab entity to this entity.

Link copied to clipboard
fun Entity.inheritPrefabs(instances: Set<Entity> = setOf())

Adds prefabs to this entity from an InheritPrefabs component. Will make sure parents have their prefabs added from this component before trying to add it

Link copied to clipboard

Adds a prefab entity to this entity.

Properties

Link copied to clipboard