GearBlocks
The GearBlocks Lua scripting API
SmashHammer.Scripting.PhysicsProxy Member List

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.PhysicsProxystatic
BoxCastAll(Vector3Proxy centre, QuaternionProxy orientation, Vector3Proxy extents, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
CapsuleCast(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
CapsuleCastAll(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
CheckBox(Vector3Proxy centre, QuaternionProxy orientation, Vector3Proxy extents)SmashHammer.Scripting.PhysicsProxystatic
CheckCapsule(Vector3Proxy centre, Vector3Proxy offsetToEnd, float radius)SmashHammer.Scripting.PhysicsProxystatic
CheckSphere(Vector3Proxy centre, float radius)SmashHammer.Scripting.PhysicsProxystatic
QueryCastHit(int index, out Vector3Proxy position, out Vector3Proxy normal, out int colliderInstanceID)SmashHammer.Scripting.PhysicsProxystatic
RayCast(Vector3Proxy origin, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
RayCastAll(Vector3Proxy origin, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
SphereCast(Vector3Proxy centre, float radius, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic
SphereCastAll(Vector3Proxy centre, float radius, Vector3Proxy direction, float maxDistance)SmashHammer.Scripting.PhysicsProxystatic