PrefabManager

Manages registered prefabs and accessing them via name.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun get(name: PrefabKey): Entity?

Gets a prefab by name.

Link copied to clipboard

Gets all prefabs registered under a certain namespace.

Link copied to clipboard
fun registerPrefab(key: PrefabKey, prefab: Entity)

Registers a prefab with Geary.

Properties

Link copied to clipboard

A list of registered PrefabKeys.