Restricts the current instance of
Vector4 to be within a specified range and returns the clamped value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector4 GetClamp(
Vector4 min,
Vector4 max
)
Parameters
- min Vector4
- The minimum value.
- max Vector4
- The maximum value.
Return Value
Vector4The clamped instance of
Vector4.
See Also