Browse Source

Travis CI: API documentation update at 2016-01-22 13:48:39 UTC.
[ci package]

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

Message: Unify fixed update source handling in ScriptInstance, LuaScriptInstance & LogicComponent. It can now be either PhysicsWorld or PhysicsWorld2D. Remove auto-creation of PhysicsWorld from ScriptInstance, as LogicComponent or LuaScriptInstance don't do that either, and the ScriptInstance can not known whether PhysicsWorld or PhysicsWorld2D should be created.

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

+ 0 - 8
Docs/ScriptAPI.dox

@@ -382,14 +382,6 @@ namespace Urho3D
 
 
 ## %Physics2D events
 ## %Physics2D events
 
 
-### PhysicsPreStep2D
-- %World : PhysicsWorld2D pointer
-- %TimeStep : float
-
-### PhysicsPostStep2D
-- %World : PhysicsWorld2D pointer
-- %TimeStep : float
-
 ### PhysicsBeginContact2D
 ### PhysicsBeginContact2D
 - %World : PhysicsWorld2D pointer
 - %World : PhysicsWorld2D pointer
 - %BodyA : RigidBody2D pointer
 - %BodyA : RigidBody2D pointer

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.188
+0.0.189