Browse Source

Travis CI: API documentation update at 2016-08-24 19:32:43 UTC.
[ci package]

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

Message: Send also node-specific 2D collision events. Closes #1535.

urho3d-travis-ci 9 years ago
parent
commit
5c855f1040
2 changed files with 13 additions and 1 deletions
  1. 12 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 12 - 0
Docs/ScriptAPI.dox

@@ -409,6 +409,18 @@ namespace Urho3D
 - %NodeB : Node pointer
 - %Contact : b2Contact pointer
 
+### NodeBeginContact2D
+- %Body : RigidBody2D pointer
+- %OtherNode : Node pointer
+- %OtherBody : RigidBody2D pointer
+- %Contact : b2Contact pointer
+
+### NodeEndContact2D
+- %Body : RigidBody2D pointer
+- %OtherNode : Node pointer
+- %OtherBody : RigidBody2D pointer
+- %Contact : b2Contact pointer
+
 ## %Physics events
 
 ### PhysicsPreStep

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.252
+0.0.253