Version: 2021.2

ColliderErrorState2D

enumeration

切换到手册

描述

Indicates what (if any) error was encountered when creating a 2D Collider.

This error state can be read directly from the 2D Collider via the property: Collider2D.errorState.

变量

NoneIndicates that no error was encountered, therefore the 2D Collider was created successfully.
NoShapesIndicates that no physics shapes were created by the 2D Collider because the state of 2D Collider resulted in vertices too close or an area that is too small for the physics engine to handle.
RemovedShapesIndicates that some physics shapes were not created by the 2D Collider because the state of 2D Collider resulted in vertices too close or an area that is too small for the physics engine to handle.