Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Member Functions | List of all members
Examples.Chapter7.C7Example1 Class Reference

Example 7.1: Wolfram Elementary Cellular Automata. More...

Inheritance diagram for Examples.Chapter7.C7Example1:
Examples.IExample

Public Member Functions

string GetSummary ()
 Output a summary text More...
 

Detailed Description

Example 7.1: Wolfram Elementary Cellular Automata.

Definition at line 14 of file C7Example1.cs.

Member Function Documentation

◆ GetSummary()

string Examples.Chapter7.C7Example1.GetSummary ( )
inline

Output a summary text

Returns
Summary text

Implements Examples.IExample.

Definition at line 16 of file C7Example1.cs.

17  {
18  return "Example 7.1:\nWolfram Elementary Cellular Automata";
19  }

The documentation for this class was generated from the following file: