Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Example 1.1 - Bouncing ball, no vectors. More...
Public Member Functions | |
string | GetSummary () |
Output a summary text More... | |
Example 1.1 - Bouncing ball, no vectors.
Uses _Draw function and manual float coordinates (x/y) and speed.
Definition at line 14 of file C1Example1.cs.
|
inline |
Output a summary text
Implements Examples.IExample.
Definition at line 16 of file C1Example1.cs.