|
|
@@ -151,7 +151,7 @@ Properties:
|
|
|
|
|
|
Methods:
|
|
|
|
|
|
-- TOLUA_TEMPLATE_BIND(T, Vector3, RayQueryResult)
|
|
|
+- TOLUA_TEMPLATE_BIND(T, Vector3, RayQueryResult, PhysicsRaycastResult)
|
|
|
- PODVector()
|
|
|
- PODVector(const PODVector<T>& vector)
|
|
|
- ~PODVector()
|
|
|
@@ -3377,18 +3377,6 @@ Properties:
|
|
|
- float distance
|
|
|
- RigidBody* body
|
|
|
|
|
|
-### DelayedWorldTransform
|
|
|
-
|
|
|
-Methods:
|
|
|
-
|
|
|
-
|
|
|
-Properties:
|
|
|
-
|
|
|
-- RigidBody* rigidBody
|
|
|
-- RigidBody* parentRigidBody
|
|
|
-- Vector3 worldPosition
|
|
|
-- Quaternion worldRotation
|
|
|
-
|
|
|
### PhysicsWorld : Component
|
|
|
|
|
|
Methods:
|
|
|
@@ -3402,6 +3390,7 @@ Methods:
|
|
|
- void SetInternalEdge(bool enable)
|
|
|
- void SetSplitImpulse(bool enable)
|
|
|
- void SetMaxNetworkAngularVelocity(float velocity)
|
|
|
+- void Raycast(PODVector<PhysicsRaycastResult>& result, 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)
|
|
|
- void DrawDebugGeometry(bool depthTest)
|
|
|
@@ -5491,6 +5480,7 @@ Properties:
|
|
|
- int DRAG_RESIZE_LEFT
|
|
|
|
|
|
\section LuaScriptAPI_RenameTypes Rename types
|
|
|
+- PODVector<PhysicsRaycastResult> becomes PhysicsRaycastResultVector
|
|
|
- PODVector<RayQueryResult> becomes RayQueryResultVector
|
|
|
- SharedPtr<HttpRequest> becomes HttpRequestSPtr
|
|
|
|