Package-level declarations

Types

Link copied to clipboard
sealed class ChildOf
Link copied to clipboard
sealed class DontInherit

Relation targets associated with DontInherit will not be copied onto prefab instances.

Link copied to clipboard
sealed class InstanceOf
Link copied to clipboard
data class Persists(var hash: Int = 0)

When related to another component, ensures it will be persisted if possible.

Link copied to clipboard
sealed class Processed

Meant to be used as a relation anyone can add to a component after a system has processed it.