Click or drag to resize

TouchPadValueFormat Class

Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ComponentControlsTouchPadValueFormat

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

The TouchPadValueFormat type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDirection A normalized direction vector.
Public fieldStatic memberPhysical 1 unit = 1/100th of an inch. The resulting value will be consistent across different screen resolutions and sizes. IMPORTANT: This relies on the value returned by UnityEngine.Screen.dpi. If the device does not return a value, a reference resolution of 96 dpi will be used.
Public fieldStatic memberPixels Screen pixels.
Public fieldStatic memberScreen The proportion of the value to screen size in the corresponding dimension. 1 unit = 1 screen length (width for X, height for Y).
Public fieldvalue__ 
Top
See Also