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

Travis CI: API documentation update at 2015-09-16 17:34:44 UTC.
[ci package]

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

Message: Store CustomGeometry's componentID instead of nodeID to CollisionShape in SetCustomConvexHull() & SetCustomTriangleMesh() functions. This allows using multiple customgeometries in the same node.

urho3d-travis-ci 10 лет назад
Родитель
Сommit
a6c3915e50
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 1 - 1
Docs/ScriptAPI.dox

@@ -1030,7 +1030,7 @@ namespace Urho3D
 - %Model : ResourceRef
 - %LOD %Level : int
 - %Collision %Margin : float
-- %CustomGeometry %NodeID : int
+- %CustomGeometry %ComponentID : int
 
 ### Constraint
 - %Is %Enabled : bool

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.152
+0.0.153