Bladeren bron

Travis CI: API documentation update at 2015-05-22 08:30:22 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/4fab742e509917eebec4f893a9dd168317480e94

Message: Added accessors for navMesh debug geometry

urho3d-travis-ci 10 jaren geleden
bovenliggende
commit
96e9e87e35
2 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 5 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 5 - 0
Docs/ScriptAPI.dox

@@ -1263,7 +1263,10 @@ namespace Urho3D
 - %Detail %Sample %Max %Error : float
 - %Bounding %Box %Padding : Vector3
 - %Partition %Type : int
+- %Draw %OffMeshConnections : bool
+- %Draw %NavAreas : bool
 - %Max %Obstacles : int
+- %Draw %Obstacles : bool
 
 ### Light
 - %Is %Enabled : bool
@@ -1470,6 +1473,8 @@ namespace Urho3D
 - %Detail %Sample %Max %Error : float
 - %Bounding %Box %Padding : Vector3
 - %Partition %Type : int
+- %Draw %OffMeshConnections : bool
+- %Draw %NavAreas : bool
 
 ### NetworkPriority
 - %Base %Priority : float

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.107
+0.0.108