Click or drag to resize

PlayerControllerAbsoluteToRelativeScalingMode Class

Determines how the values will be scaled when controlled by an absolute value (eg: a joystick).
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredPlayerControllerAbsoluteToRelativeScalingMode

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class AbsoluteToRelativeScalingMode : Enum

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