|
WoopWoop-Docs
|
Represents collision data between two colliders. More...
Public Attributes | |
| Collider | collider |
| The collider involved in the collision. | |
| int | contactCount |
| The number of contact points in the collision. | |
| Vector2[] | contactPoints |
| The contact points in the collision. | |
| Entity | entity |
| The entity involved in the collision. | |
| Transform | transform |
| The transform of the collider involved in the collision. | |
Represents collision data between two colliders.
| Collider WoopWoop.CollisionData.collider |
The collider involved in the collision.
| int WoopWoop.CollisionData.contactCount |
The number of contact points in the collision.
| Vector2 [] WoopWoop.CollisionData.contactPoints |
The contact points in the collision.
| Entity WoopWoop.CollisionData.entity |
The entity involved in the collision.
| Transform WoopWoop.CollisionData.transform |
The transform of the collider involved in the collision.