Méthode | Description | |
---|---|---|
ChangeCheck ( System.Action content ) : bool |
Check if any control was changed inside a block of code.
|
|
DrawRectangle ( |
Draws a rectangle at the spcified rect with the specified color.
|
public static ChangeCheck ( System.Action content ) : bool | ||
content | System.Action | /// The callback to invoke between start and end change check. /// |
Résultat | bool |
public static DrawRectangle ( |
||
rect | /// The position and size of the rectangle. /// | |
color | Color | /// The color of the rectangle. /// |
Résultat | void |