SetRectInt
SetRectInt(string, RectInt)
public bool SetRectInt(string name, RectInt value) ;
Description
It wants to set the value of the RectInt type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | Value. |
Returns
The true when there parameters of the specified name.
SetRectInt(int, RectInt)
public bool SetRectInt(int id, RectInt value) ;
Description
It wants to set the value of the RectInt type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | Value. |
Returns
The true when there parameters of the specified name.