Click or drag to resize

MathHelperClampDeltaAngle Method

Loop an angle around within a -180° to +180° range.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static float ClampDeltaAngle(
	float delta
)
Request Example View Source

Parameters

delta
Type: SystemSingle

Return Value

Type: Single
See Also