Method UpdateFrom
UpdateFrom(ref Vector3)
Converts a full precision Vector3 to half precision and updates the current instance.
Declaration
public void UpdateFrom(ref Vector3 vector3)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | vector3 | The Vector3 to convert. |