Click or drag to resize

Axis2DClampType Enumeration

Clamp types for Axis2D.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public enum Axis2DClampType
Members
Member nameValueDescription
None0 Do not clamp input. If the individual axes are range calibrated, they will still be clamped individually.
Radial1 Clamp input to a unit circle.
Axial2 Clamp input to -1 to +1 axially.
See Also