Method TryReadVector3Value
TryReadVector3Value(out Vector3)
Try to read the value of the input as a Vector3.
Declaration
protected bool TryReadVector3Value(out Vector3 value)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | value | When this method returns true, the value read. Otherwise, the default for the type. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the value was successfully read. |