| Godot Nature of Code
    1.2.0
    Nature of Code implemented in Godot Engine | 
Example 5.9 - Collision Listening. More...
 
  
| Public Member Functions | |
| string | GetSummary () | 
| Output a summary text  More... | |
Example 5.9 - Collision Listening.
Custom SimpleBall changing color when colliding with something. Uses body_entered and body_exited signals, with ContactMonitor and ContactsReported.
Definition at line 12 of file C5Example9.cs.
| 
 | inline | 
Output a summary text
Implements Examples.IExample.
Definition at line 14 of file C5Example9.cs.