@@ -7516,6 +7516,7 @@ Node node;
Vector3 normal;
Vector3 position;
uint subObject;
+Vector2 textureUV;
};
class Rect
@@ -12854,6 +12855,7 @@ enum RayQueryLevel
RAY_AABB,
RAY_OBB,
RAY_TRIANGLE,
+RAY_TRIANGLE_UV,
enum RenderCommandSortMode
@@ -4345,6 +4345,7 @@ Properties:
- Vector3 position
- Vector3 normal
+- Vector2 textureUV
- float distance
- Drawable* drawable
- Node* node
@@ -7376,6 +7377,7 @@ Properties:
- int RAY_AABB
- int RAY_OBB
- int RAY_TRIANGLE
+- int RAY_TRIANGLE_UV
### RenderCommandSortMode
@@ -8855,6 +8855,7 @@ Properties:
- uint subObject
<a name="Class_Rect"></a>
@@ -13519,6 +13520,7 @@ Properties:
- RAY_AABB
- RAY_OBB
- RAY_TRIANGLE
+- RAY_TRIANGLE_UV
@@ -1 +1 @@
-0.0.114
+0.0.115