TryGetRect
TryGetRect(string, out Rect)
public bool TryGetRect(string name, out Rect value) ;
Description
Get the value of the Rect type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | The value you get. |
Returns
The true when there parameters of the specified name.
TryGetRect(int, out Rect)
public bool TryGetRect(int id, out Rect value) ;
Description
Get the value of the Rect type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | The value you get. |
Returns
The true when there parameters of the specified name.