Skip to content

Commit

Permalink
Corrects size of Vector3 and Vector4
Browse files Browse the repository at this point in the history
  • Loading branch information
Faxmashine committed Dec 7, 2022
1 parent aa861ac commit 3d0fc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/Docusaurus/docs/VRChat-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ To find out how many bytes of serialized data were, use `byteCount` in the [`OnP
| Type | Range | Size |
|-------------|---------------|----------|
| [Vector2](https://docs.unity3d.com/ScriptReference/Vector2.html) | same as float | 8 bytes |
| [Vector3](https://docs.unity3d.com/ScriptReference/Vector3.html) | same as float | 16 bytes |
| [Vector4](https://docs.unity3d.com/ScriptReference/Vector4.html) | same as float | 32 bytes |
| [Vector3](https://docs.unity3d.com/ScriptReference/Vector3.html) | same as float | 12 bytes |
| [Vector4](https://docs.unity3d.com/ScriptReference/Vector4.html) | same as float | 16 bytes |
| [Quaternion](https://docs.unity3d.com/ScriptReference/Quaternion.html)| same as float | 16 bytes |
### Color structures
| Type | Range / Precision | Size |
Expand Down

0 comments on commit 3d0fc91

Please sign in to comment.