TryGetVector3IntList
TryGetVector3IntList(string, out IList<Vector3Int>)
public bool TryGetVector3IntList(string name, out IList<Vector3Int> value) ;
Description
Get the value of the Vector3IntList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetVector3IntList(int, out IList<Vector3Int>)
public bool TryGetVector3IntList(int id, out IList<Vector3Int> value) ;
Description
Get the value of the Vector3IntList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.