com.caffeine
Version:
Caffeine package is a collection of utility methods, design patterns, and extensions for creating, previewing, and distributing interactive courses within Unity.
71 lines • 1.16 kB
JSON
{
"SurroundingType": "Air",
"AirVelocity": {
"ScalarLengthPerTime": {
"Value": 0.1,
"Unit": "m/s"
}
},
"AmbientTemperature": {
"ScalarTemperature": {
"Value": 22.0,
"Unit": "degC"
}
},
"AtmosphericPressure": {
"ScalarPressure": {
"Value": 760.0,
"Unit": "mmHg"
}
},
"ClothingResistance": {
"ScalarHeatResistanceArea": {
"Value": 0.5,
"Unit": "clo"
}
},
"Emissivity": {
"Scalar0To1": {
"Value": 0.95
}
},
"MeanRadiantTemperature": {
"ScalarTemperature": {
"Value": 22.0,
"Unit": "degC"
}
},
"RelativeHumidity": {
"Scalar0To1": {
"Value": 0.6
}
},
"RespirationAmbientTemperature": {
"ScalarTemperature": {
"Value": 22.0,
"Unit": "degC"
}
},
"AmbientGas": [{
"Name": "Nitrogen",
"Amount": {
"Scalar0To1": {
"Value": 0.7896
}
}
}, {
"Name": "Oxygen",
"Amount": {
"Scalar0To1": {
"Value": 0.21
}
}
}, {
"Name": "CarbonDioxide",
"Amount": {
"Scalar0To1": {
"Value": 4.0E-4
}
}
}]
}