Travis CI: API documentation update at 2014-08-11 20:38:42 UTC.
[ci package]
This commit is contained in:
Родитель
a717793e3e
Коммит
379bd474fe
|
@ -6545,6 +6545,7 @@ class PhysicsWorld
|
|||
{
|
||||
// Methods:
|
||||
void ApplyAttributes();
|
||||
PhysicsRaycastResult ConvexCast(CollisionShape, const Ray&, float = M_INFINITY, uint = 0xffff);
|
||||
void DrawDebugGeometry(DebugRenderer, bool);
|
||||
void DrawDebugGeometry(bool);
|
||||
Variant GetAttribute(const String&) const;
|
||||
|
|
|
@ -3498,6 +3498,7 @@ Methods:
|
|||
- 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 SphereCast(const Ray& ray, float radius, float maxDistance, unsigned collisionMask = M_MAX_UNSIGNED)
|
||||
- PhysicsRaycastResult ConvexCast(CollisionShape* shape, const Ray& ray, float maxDistance, unsigned collisionMask = M_MAX_UNSIGNED)
|
||||
- const PODVector<RigidBody*>& GetRigidBodies(const Sphere& sphere, unsigned collisionMask = M_MAX_UNSIGNED)
|
||||
- const PODVector<RigidBody*>& GetRigidBodies(const BoundingBox& box, unsigned collisionMask = M_MAX_UNSIGNED)
|
||||
- const PODVector<RigidBody*>& GetRigidBodies(const RigidBody* body)
|
||||
|
|
|
@ -7493,6 +7493,7 @@ Properties:
|
|||
Methods:
|
||||
|
||||
- void ApplyAttributes()
|
||||
- PhysicsRaycastResult ConvexCast(CollisionShape@, const Ray&, float = M_INFINITY, uint = 0xffff)
|
||||
- void DrawDebugGeometry(DebugRenderer@, bool)
|
||||
- void DrawDebugGeometry(bool)
|
||||
- Variant GetAttribute(const String&) const
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.1
|
||||
0.0.2
|
||||
|
|
Загрузка…
Ссылка в новой задаче