Просмотр исходного кода

Travis CI: API documentation update at 2015-06-15 21:06:30 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/e89184b38c151deebc9b95e906fb5745d9b702fa

Message: Rename texture_uv_ to textureUV_

urho3d-travis-ci 10 лет назад
Родитель
Сommit
13e854c946
4 измененных файлов с 7 добавлено и 1 удалено
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -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

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -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
 

+ 2 - 0
Docs/ScriptAPI.dox

@@ -8855,6 +8855,7 @@ Properties:
 - Vector3 normal
 - Vector3 position
 - uint subObject
+- Vector2 textureUV
 
 <a name="Class_Rect"></a>
 
@@ -13519,6 +13520,7 @@ Properties:
 - RAY_AABB
 - RAY_OBB
 - RAY_TRIANGLE
+- RAY_TRIANGLE_UV
 
 
 ### RenderCommandSortMode

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.114
+0.0.115