All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.de.fabmax.kool.editor.data.SceneComponentData.kt Maven / Gradle / Ivy

The newest version!
package de.fabmax.kool.editor.data

import kotlinx.serialization.Serializable

@Serializable
data class SceneComponentData(
    val cameraEntityId: EntityId = EntityId(-1L),
    val maxNumLights: Int = 4
) : ComponentData




© 2015 - 2025 Weber Informatics LLC | Privacy Policy