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