Click or drag to resize

Axis2DClampType Enumeration

Clamp types for Axis2D.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
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