PhysicsScene

struct in UnityEngine

매뉴얼로 전환

설명

Represents a single instance of a 3D physics Scene.

Public 함수

IsEmptyGets whether the physics Scene is empty or not.
IsValidGets whether the physics Scene is valid or not.
RaycastCasts a ray, from point origin, in direction direction, of length maxDistance, against all colliders in the Scene.
SimulateSimulate physics associated with this PhysicsScene.