Browse Source

Travis CI: API documentation update at 2017-04-04 18:11:18 UTC.
[ci package]

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

Message: Merge pull request #1856 from eugeneko/master

Improve Box2D integration

urho3d-travis-ci 8 years ago
parent
commit
4078b9f842
2 changed files with 21 additions and 1 deletions
  1. 20 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 20 - 0
Docs/ScriptAPI.dox

@@ -420,6 +420,17 @@ namespace Urho3D
 
 ## %Physics2D events
 
+### PhysicsUpdateContact2D
+- %World : PhysicsWorld2D pointer
+- %BodyA : RigidBody2D pointer
+- %BodyB : RigidBody2D pointer
+- %NodeA : Node pointer
+- %NodeB : Node pointer
+- %Contact : b2Contact pointer
+- %ShapeA : CollisionShape2D pointer
+- %ShapeB : CollisionShape2D pointer
+- %Enabled : bool [in/out]
+
 ### PhysicsBeginContact2D
 - %World : PhysicsWorld2D pointer
 - %BodyA : RigidBody2D pointer
@@ -440,6 +451,15 @@ namespace Urho3D
 - %ShapeA : CollisionShape2D pointer
 - %ShapeB : CollisionShape2D pointer
 
+### NodeUpdateContact2D
+- %Body : RigidBody2D pointer
+- %OtherNode : Node pointer
+- %OtherBody : RigidBody2D pointer
+- %Contact : b2Contact pointer
+- %Shape : CollisionShape2D pointer
+- %OtherShape : CollisionShape2D pointer
+- %Enabled : bool [in/out]
+
 ### NodeBeginContact2D
 - %Body : RigidBody2D pointer
 - %OtherNode : Node pointer

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.56
+0.1.57