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