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

info.laht.threekt.cameras.View.kt Maven / Gradle / Ivy

The newest version!
package info.laht.threekt.cameras

data class View(
    var enabled: Boolean,
    var fullWidth: Int,
    var fullHeight: Int,
    var offsetX: Int,
    var offsetY: Int,
    var width: Int,
    var height: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy