cocos_add_cone_collider_3d
Add a cone-shaped collision component to 3D objects in Cocos Creator scenes for physics interactions and trigger detection.
Instructions
Attach cc.ConeCollider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | ||
| node_id | Yes | ||
| radius | No | ||
| height | No | ||
| direction | No | ||
| center_x | No | ||
| center_y | No | ||
| center_z | No | ||
| is_trigger | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |