Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GeometryType

The set of basic geometry shape types that can exist.
Read time 1 minuteLast updated 6 days ago

Definition

public enum GeometryType

Remarks

Fields

Value

Description

BoxA cube shape.
CapsuleA capsule shape.
ConvexMeshA convex mesh shape.
InvalidAn invalid shape type.
SphereA sphere shape.
TerrainThe geometric shape of a Terrain collider.
TriangleMeshA triangle or non-convex mesh shape.