DataProjectorDefinition

fun DataProjectorDefinition(    definitionId: DefinitionId,     buildProgressModels: List<BuildProgressModel>,     type: String,     size: Vec3F,     cubeSize: CubeSize,     mass: Float,     mountPoints: List<MountPoint>,     public: Boolean,     availableInSurvival: Boolean,     enabled: Boolean,     components: List<Component>,     requiredPowerInput: Float,     allowScaling: Boolean,     allowWelding: Boolean,     ignoreSize: Boolean,     rotationAngleStepDeg: Int)