Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Example 0.1 - Traditional random walk. More...
Public Member Functions | |
string | GetSummary () |
Output a summary text More... | |
Example 0.1 - Traditional random walk.
Define a custom walker based on SimpleWalker with a custom step function. Uses a DrawCanvas to draw without clearing the viewport.
Definition at line 19 of file C0Example1.cs.
|
inline |
Output a summary text
Implements Examples.IExample.
Definition at line 21 of file C0Example1.cs.