Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsWorld.DrawResults.CapsuleGeometryElement

A Capsule Geometry Element.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Struct
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly struct PhysicsWorld.DrawResults.CapsuleGeometryElement

Fields

Value

Description

colorThe color of the capsule element.
drawFillOptionsHow the geometry element is filled with the color. See PhysicsWorld.DrawFillOptions.
elementDepthThe depth of the element.
lengthThe length of the capsule element.
radiusThe radius of the capsule element.
transformThe transform of the capsule element.

Static Methods

Method

Description

SizeThe data size of the capsule element. This can be useful in understanding the memory stride in a ComputeBuffer or other structure.