![]() |
BomberUnits
...a Unity learning project
|
Inheritance diagram for DontGoThroughThings:
Collaboration diagram for DontGoThroughThings:Public Attributes | |
| bool | sendTriggerMessage = false |
| LayerMask | layerMask = -1 |
| float | skinWidth = 0.1f |
Private Member Functions | |
| void | Start () |
| void | FixedUpdate () |
Private Attributes | |
| float | minimumExtent |
| float | partialExtent |
| float | sqrMinimumExtent |
| Vector3 | previousPosition |
| Rigidbody | myRigidbody |
| Collider | myCollider |
Definition at line 6 of file DontGoThroughThings.cs.