Class DebugShapes
Debug class containing several debug shapes for debugging
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugShapes
Properties
| Name | Description |
|---|---|
| instance | Singleton instance |
Methods
| Name | Description |
|---|---|
| BuildCustomSphereMesh(float, uint, uint) | Builds a custom Sphere Mesh |
| RequestBoxMesh() | Get a Box Mesh |
| RequestConeMesh() | Get a Cone Mesh |
| RequestPyramidMesh() | Get a Pyramid Mesh |
| RequestSphereMesh() | Get a Sphere Mesh |