format
typescript
CharacterController.collisionFlagsclass: CharacterController
description
Get the collision state of the object in the current frame.
CollisionFlags is an enumeration type that identifies the collision status of the character controller with other colliders during the last movement process. Read-only
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
CollisionFlags | The collision state of the object in the current frame. |
