ChildOnPrefab

@Serializable
value class ChildOnPrefab(val components: List<Component>)

geary:child

A component that adds a child entity to this entity from the components defined in components

Constructors

Link copied to clipboard
constructor(components: List<Component>)

Properties

Link copied to clipboard