Method ToVector3
ToVector3(int)
Gets the full precision value of Vector3 position while also potentially updating the current base position.
Declaration
public Vector3 ToVector3(int networkTick)
Parameters
| Type | Name | Description |
|---|---|---|
| int | networkTick | Use the current network tick value. |
Returns
| Type | Description |
|---|---|
| Vector3 | The full position as a Vector3. |