![]() |
GearBlocks
The GearBlocks Lua scripting API
|
This is the complete list of members for SmashHammer.Scripting.PhysicsProxy, including all inherited members.
BoxCast(Vector3Proxy centre, QuaternionProxy orientation, Vector3Proxy extents, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
BoxCastAll(Vector3Proxy centre, QuaternionProxy orientation, Vector3Proxy extents, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
CapsuleCast(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
CapsuleCastAll(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
CheckBox(Vector3Proxy centre, QuaternionProxy orientation, Vector3Proxy extents) | SmashHammer.Scripting.PhysicsProxy | static |
CheckCapsule(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius) | SmashHammer.Scripting.PhysicsProxy | static |
CheckSphere(Vector3Proxy centre, float radius) | SmashHammer.Scripting.PhysicsProxy | static |
QueryCastHit(int index, out Vector3Proxy position, out Vector3Proxy normal, out int colliderInstanceID) | SmashHammer.Scripting.PhysicsProxy | static |
RayCast(Vector3Proxy origin, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
RayCastAll(Vector3Proxy origin, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
SphereCast(Vector3Proxy centre, float radius, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |
SphereCastAll(Vector3Proxy centre, float radius, Vector3Proxy direction, float maxDistance) | SmashHammer.Scripting.PhysicsProxy | static |