Jelajahi Sumber

Travis CI: API documentation update at 2015-12-14 15:26:56 UTC.
[ci package]

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

Message: Tabs to spaces. Add Lua API for RaycastSingleSegmented().

urho3d-travis-ci 10 tahun lalu
induk
melakukan
bbe8e77462
4 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7623,6 +7623,7 @@ bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
 Array<PhysicsRaycastResult> Raycast(const Ray&, float, uint = 0xffff);
 PhysicsRaycastResult RaycastSingle(const Ray&, float, uint = 0xffff);
+PhysicsRaycastResult RaycastSingleSegmented(const Ray&, float, float, uint = 0xffff);
 void Remove();
 void RemoveAttributeAnimation(const String&);
 void RemoveCachedGeometry(Model);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -4209,6 +4209,7 @@ Methods:
 - void SetMaxNetworkAngularVelocity(float velocity)
 - const PODVector<PhysicsRaycastResult>& Raycast(const Ray& ray, float maxDistance, unsigned collisionMask = M_MAX_UNSIGNED)
 - PhysicsRaycastResult RaycastSingle(const Ray& ray, float maxDistance, unsigned collisionMask = M_MAX_UNSIGNED)
+- PhysicsRaycastResult RaycastSingleSegmented(const Ray& ray, float maxDistance, float segmentDistance, unsigned collisionMask = M_MAX_UNSIGNED)
 - PhysicsRaycastResult SphereCast(const Ray& ray, float radius, float maxDistance, unsigned collisionMask = M_MAX_UNSIGNED)
 - PhysicsRaycastResult ConvexCast(CollisionShape* shape, const Vector3& startPos, const Quaternion& startRot, const Vector3& endPos, const Quaternion& endRot, unsigned collisionMask = M_MAX_UNSIGNED)
 - const PODVector<RigidBody*>& GetRigidBodies(const Sphere& sphere, unsigned collisionMask = M_MAX_UNSIGNED)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -9118,6 +9118,7 @@ Methods:
 - void MarkNetworkUpdate() const
 - PhysicsRaycastResult[]@ Raycast(const Ray&, float, uint = 0xffff)
 - PhysicsRaycastResult RaycastSingle(const Ray&, float, uint = 0xffff)
+- PhysicsRaycastResult RaycastSingleSegmented(const Ray&, float, float, uint = 0xffff)
 - void Remove()
 - void RemoveAttributeAnimation(const String&)
 - void RemoveCachedGeometry(Model@)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.179
+0.0.180