RelationOnPrefab

@Serializable
data class RelationOnPrefab(val target: String, val data: Component)

A component that will add a relation to this entity with a target, data pair.

Constructors

Link copied to clipboard
constructor(target: String, data: Component)

Properties

Link copied to clipboard
Link copied to clipboard