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.23 kB
JSON
{
"SurroundingType": "Air",
"AirVelocity": {
"ScalarLengthPerTime": {
"Value": 2.5,
"Unit": "m/s"
}
},
"AmbientTemperature": {
"ScalarTemperature": {
"Value": 35.0,
"Unit": "degC"
}
},
"AtmosphericPressure": {
"ScalarPressure": {
"Value": 760.0,
"Unit": "mmHg"
}
},
"ClothingResistance": {
"ScalarHeatResistanceArea": {
"Value": 3.0,
"Unit": "clo"
}
},
"Emissivity": {
"Scalar0To1": {
"Value": 0.9
}
},
"MeanRadiantTemperature": {
"ScalarTemperature": {
"Value": 35.0,
"Unit": "degC"
}
},
"RelativeHumidity": {
"Scalar0To1": {
"Value": 0.45
}
},
"RespirationAmbientTemperature": {
"ScalarTemperature": {
"Value": 35.0,
"Unit": "degC"
}
},
"AmbientGas": [{
"Name": "Nitrogen",
"Amount": {
"Scalar0To1": {
"Value": 0.7901
}
}
}, {
"Name": "Oxygen",
"Amount": {
"Scalar0To1": {
"Value": 0.2095
}
}
}, {
"Name": "CarbonDioxide",
"Amount": {
"Scalar0To1": {
"Value": 4.0E-4
}
}
}]
}