Package spaceEngineers.screenshots

Types

Link copied to clipboard
enum NamedOrientations : Enum<NamedOrientations>
Link copied to clipboard
data class Screenshots(val blockType: String, val screenshots: List<SingleScreenshot>)
Link copied to clipboard
class ScreenshotTaker(    val se: SpaceEngineers,     val orientations: List<NamedOrientations> = listOf( FORWARD_UP, BACKWARD_UP, LEFT_UP, RIGHT_UP, UP_FORWARD, DOWN_BACKWARD, ),     val ratioBelowThreshold: Float = 0.01f,     val outputDirectory: File,     val gson: Gson = SocketReaderWriter.SPACE_ENG_GSON,     val blockPosition: Vec3F = Vec3F(0, 1000, 0))
Link copied to clipboard
data class SingleScreenshot(    val filename: String,     val integrity: Float,     val orientationName: String,     val buildRatioUpperBound: Float)

Functions

Link copied to clipboard
fun main()