1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Updated binary_Serialization (markdown)

Juan Linietsky
2015-03-27 09:47:04 -03:00
parent 3805b9e371
commit 5a863aad7b

@@ -95,6 +95,16 @@ Offset | Len | Type | Description
12|4|Float| Z Coordinate
### 8: matrix32
Offset | Len | Type | Description
---|---|---|---
4|4|Float| [0][0]
8|4|Float| [0][1]
12|4|Float| [1][0]
16|4|Float| [1][1]
20|4|Float| [2][0]
24|4|Float| [2][1]
### 9: plane
### 10: quaternion
### 11: aabb (rect3)