Click or drag to resize

LimitsSetMinMax Method

Namespace:  RavingBots.MagicGestures.Utils.Geometry
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void SetMinMax(
	Vector3 min,
	Vector3 max
)

Parameters

min
Type: Vector3
max
Type: Vector3
See Also