GetVector3Int
GetVector3Int(string, Vector3Int)
public Vector3Int GetVector3Int(string name, Vector3Int defaultValue) ;
Description
Get the value of the Vector3Int type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.
GetVector3Int(string)
public Vector3Int GetVector3Int(string name) ;
Description
Get the value of the Vector3Int type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns Vector3Int.zero.
GetVector3Int(int, Vector3Int)
public Vector3Int GetVector3Int(int id, Vector3Int defaultValue) ;
Description
Get the value of the Vector3Int type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.
GetVector3Int(int)
public Vector3Int GetVector3Int(int id) ;
Description
Get the value of the Vector3Int type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns Vector3Int.zero.