Prefab

class Prefab(val file: Path? = null)

A component applied to prefabs loaded from a file that allows them to be reread.

Parameters

file

The file this prefab was loaded from or null if it is a child in a prefab, or created some other way.

Constructors

Link copied to clipboard
constructor(file: Path? = null)

Properties

Link copied to clipboard
val file: Path? = null