76 float scaleToUWRLD_UGBD = scaleToUGBD_UWRLD > 0
77 ? 1f / scaleToUGBD_UWRLD
80 return scaleToUWRLD_UGBD;
84 public bool copyPlayerOneScaleRatio =
true;
85 public bool copyPlayerOneScaleUnit =
true;
ScaleSettings contains the scale data used to translate between Unity units and the user's physical s...
float physicalMetersPerWorldSpaceUnit
The content scale, in terms of meters per world space unit.
float oneUnitLengthInMeters
const float MIN_CONTENT_SCALE_RATIO
float worldSpaceUnitsPerPhysicalMeter
LengthUnit contentScaleUnit
The real-world unit to be compared against when using .
float contentScaleRatio
The scaling ratio relates physical distances to world-space units.
float GetScaleToUWRLD_UGBD(float gameboardScale)
float ToMeters
The Length, converted to meters.