commonMain.de.fabmax.kool.editor.data.SceneComponentData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kool-editor-model Show documentation
Show all versions of kool-editor-model Show documentation
A multiplatform OpenGL / Vulkan graphics engine written in kotlin
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