ChildrenOnPrefab

@Serializable
value class ChildrenOnPrefab(val nameToComponents: Map<String, List<Component>>)

geary:children

A component that will add a list of named children to this entity.

The keys will be used to set an extra EntityName component.

Constructors

Link copied to clipboard
constructor(nameToComponents: Map<String, List<Component>>)

Properties

Link copied to clipboard