메소드 | 설명 | |
---|---|---|
ClampInsideScreen ( this value ) : |
Clamps the rectangle inside the screen region.
|
|
ClampToScreen ( this value, float margin = 25f ) : |
Clamps the rectangle into the screen region by the specified margin.
|
|
MouseIsOver ( this value ) : bool |
Returns whether the mouse is within the coordinates of this rectangle.
|
public static ClampInsideScreen ( this value ) : |
||
value | this | |
리턴 |
public static ClampToScreen ( this value, float margin = 25f ) : |
||
value | this | |
margin | float | |
리턴 |