ProjectData

@Serializable
class ProjectData(var meta: ProjectMeta, val scenes: MutableList<SceneData> = mutableListOf(), val materials: MutableList<GameEntityData> = mutableListOf())

Constructors

Link copied to clipboard
constructor(meta: ProjectMeta, scenes: MutableList<SceneData> = mutableListOf(), materials: MutableList<GameEntityData> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard