Player |
public sealed class AbsoluteToRelativeScalingMode : Enum
The PlayerControllerAbsoluteToRelativeScalingMode type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxScreenDimension | Scales based on the larger of screen width or height. | |
| MaxViewportDimension | Scales based on the larger of viewport width or height. | |
| MinScreenDimension | Scales based on the smaller of screen width or height. | |
| MinViewportDimension | Scales based on the smaller of viewport width or height. | |
| None | No scaling. | |
| ScreenHeight | Scales based on the screen height. | |
| ScreenWidth | Scales based on the screen width. | |
| value__ | ||
| ViewportHeight | Scales based on the viewport height. | |
| ViewportWidth | Scales based on the viewport width. |