Skip to content

Commit f58aa6a

Browse files
committed
Typo in README.md
1 parent dbe7d2f commit f58aa6a

File tree

1 file changed

+1
-1
lines changed
  • LowLevel/Packages/com.unity.2d.physics.lowlevelextras

1 file changed

+1
-1
lines changed

LowLevel/Packages/com.unity.2d.physics.lowlevelextras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These components are all prefixed with "Scene" with the following being provided
1313
- Shapes:
1414
- **SceneShape** - Creates a single [PhysicsShape](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsShape.html) with either [CircleGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.CircleGeometry.html), [CapsuleGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.CapsuleGeometry.html), [PolygonGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PolygonGeometry.html), [SegmentGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.SegmentGeometry.html) or [ChainSegmentGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.ChainSegmentGeometry.html).
1515
- **SceneOutlineShape** - Creates multiple [PhysicsShape](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsShape.html) with [PolygonGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PolygonGeometry.html) in the form of an arbitrary concave/convex outline.
16-
- **SceneSpriteShape** - Creates multiple [PhysicsShape](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsShape.html) with [PolygonGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PolygonGeometry.html) from the physics data contained in a [Sprite]https://docs.unity3d.com/6000.3/Documentation/ScriptReference/Sprite.html.
16+
- **SceneSpriteShape** - Creates multiple [PhysicsShape](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsShape.html) with [PolygonGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PolygonGeometry.html) from the physics data contained in a [Sprite](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/Sprite.html).
1717
- **SceneChain** - Creates a single continuous set of [PhysicsShape](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsShape.html) with [ChainSegmentGeometry](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.ChainSegmentGeometry.html) with one-way feature.
1818
- Joints:
1919
- **SceneDistanceJoint** - Creates a [PhysicsDistanceJoint](https://docs.unity3d.com/6000.3/Documentation/ScriptReference/LowLevelPhysics2D.PhysicsDistanceJoint.html).

0 commit comments

Comments
 (0)