KHRLightsPunctualLight

@Serializable
data class KHRLightsPunctualLight(val color: DoubleArray?, val type: String, val name: String, val intensity: Double?, val range: Double? = null, val spot: KHRLightsPunctualLightSpot? = null)(source)

Constructors

Link copied to clipboard
constructor(color: DoubleArray?, type: String, name: String, intensity: Double?, range: Double? = null, spot: KHRLightsPunctualLightSpot? = null)

Properties

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