Click or drag to resize

AbsoluteToRelativeScalingMode Fields

The PlayerControllerAbsoluteToRelativeScalingMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberMaxScreenDimension Scales based on the larger of screen width or height.
Public fieldStatic memberMaxViewportDimension Scales based on the larger of viewport width or height.
Public fieldStatic memberMinScreenDimension Scales based on the smaller of screen width or height.
Public fieldStatic memberMinViewportDimension Scales based on the smaller of viewport width or height.
Public fieldStatic memberNone No scaling.
Public fieldStatic memberScreenHeight Scales based on the screen height.
Public fieldStatic memberScreenWidth Scales based on the screen width.
Public fieldvalue__ 
Public fieldStatic memberViewportHeight Scales based on the viewport height.
Public fieldStatic memberViewportWidth Scales based on the viewport width.
Top
See Also