GetVector3
GetVector3(string, Vector3)
Description
Get the value of the Vector3 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.
GetVector3(string)
Description
Get the value of the Vector3 type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns Vector3.zero.
GetVector3(int, Vector3)
Description
Get the value of the Vector3 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.
GetVector3(int)
Description
Get the value of the Vector3 type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns Vector3.zero.
GetVector3(string, out Vector3)
Description
Get the value of the Vector3 type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | The value you get. |
Returns
The true when there parameters of the specified name.
GetVector3(int, out Vector3)
Description
Get the value of the Vector3 type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | The value you get. |
Returns
The true when there parameters of the specified name.