Click or drag to resize

Axis2DClampType Class

Clamp types for Axis2D.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxis2DClampType

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

The Axis2DClampType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAxial Clamp input to -1 to +1 axially.
Public fieldStatic memberNone Do not clamp input. If the individual axes are range calibrated, they will still be clamped individually.
Public fieldStatic memberRadial Clamp input to a unit circle.
Public fieldvalue__ 
Top
See Also