PhysicsScene

struct in UnityEngine

Switch to Manual

Description

Represents a single instance of a 3D physics Scene.

Public Functions

BoxCastCasts the box along a ray and returns detailed information on what was hit.
CapsuleCastCasts a capsule against all colliders in this physics scene and returns detailed information on what was hit.
IsEmptyGets whether the physics Scene is empty or not.
IsValidGets whether the physics Scene is valid or not.
OverlapBoxFind all colliders touching or inside of the given box, and store them into the buffer.
OverlapCapsuleCheck the given capsule against the physics world and return all overlapping colliders in the user-provided buffer.
OverlapSphereComputes and stores colliders touching or inside the sphere into the provided buffer.
RaycastCasts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene.
SimulateSimulate physics associated with this PhysicsScene.
SphereCastCasts a sphere along a ray and returns detailed information on what was hit.