ClampToBounds
Clamps the position and size of the RectInt to the given bounds.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ClampToBounds(RectInt)
Clamps the position and size of the to the given bounds.
RectIntpublic void ClampToBounds(RectInt bounds)
Parameters
Bounds to clamp the .
RectIntClampToBounds(RectInt)
Clamps the position and size of the to the given bounds.
RectIntpublic void ClampToBounds(in RectInt bounds)
Parameters
Bounds to clamp the .
RectInt