Version: 2021.3
언어: 한국어

PhysicsShape2D

struct in UnityEngine

매뉴얼로 전환

설명

Represents an efficient low-level physics shape used by the physics engine.

A Collider2D is a high-level representation of physics geometry that produces low-level PhysicsShape2D geometry that the physics engine understands. A PhysicsShape2D can represent any shape type as defined by PhysicsShapeType2D.

See Also: PhysicsShapeGroup2D.

변수

adjacentEndDefines the position of a virtual point adjacent to the end vertex of an edge shape.
adjacentStartDefines the position of a virtual point adjacent to the start vertex of an edge shape.
radiusThe radius of the shape.
shapeTypeThe shape type determines how the vertices and radius are used by this PhysicsShape2D.
useAdjacentEndWhen the value is true, then the shape will use the adjacentEnd feature. When the value is false, then the shape will not use the adjacentEnd feature.
useAdjacentStartWhen the value is true, then the shape will use the adjacentStart feature. When the value is false, then the shape will not use the adjacentStart feature.
vertexCountThe total number of vertices used to represent the shape type.
vertexStartIndexThe start index for the geometry of this shape within the PhysicsShapeGroup2D.