瀏覽代碼

Travis CI: API documentation update at 2015-12-26 21:42:23 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/9fccfe54178621e6c6b7f285d80a4725983d6f3d

Message: Fix error when serializing DropDownList. Fix scroll snap epsilon attribute default value. Closes #1121.

urho3d-travis-ci 10 年之前
父節點
當前提交
e0d3b2339e
共有 4 個文件被更改,包括 4 次插入1 次删除
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7583,6 +7583,7 @@ class PhysicsRaycastResult
 /* readonly */
 RigidBody body;
 float distance;
+float hitFraction;
 Vector3 normal;
 Vector3 position;
 };

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -4173,6 +4173,7 @@ Properties:
 - Vector3 position
 - Vector3 normal
 - float distance
+- float hitFraction
 - RigidBody* body
 
 <a name="Class_PhysicsRaycastResult2D"></a>

+ 1 - 0
Docs/ScriptAPI.dox

@@ -9076,6 +9076,7 @@ Properties:
 
 - RigidBody@ body // readonly
 - float distance
+- float hitFraction
 - Vector3 normal
 - Vector3 position
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.183
+0.0.184