| Limits Structure |
The replacement for the Unity's Bounds struct.
Namespace:
RavingBots.MagicGestures.Utils.Geometry
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax [SerializableAttribute]
public struct Limits
The Limits type exposes the following members.
Properties Methods Fields Remarks
The Bounds provided by Unity misbehaves when its SetMinMax is used.
This struct provides similar API (at least the subset we need) while correcting the behavior.
See Also