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

Exercise 5.17 - Verlet Attraction with Springs. More...

Inheritance diagram for Examples.Chapter5.C5Exercise17:
Examples.IExample

Public Member Functions

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

Detailed Description

Exercise 5.17 - Verlet Attraction with Springs.

Uses VerletCluster combined with AttractionBehavior.

Definition at line 10 of file C5Exercise17.cs.

Member Function Documentation

◆ GetSummary()

string Examples.Chapter5.C5Exercise17.GetSummary ( )
inline

Output a summary text

Returns
Summary text

Implements Examples.IExample.

Definition at line 12 of file C5Exercise17.cs.

13  {
14  return "Exercise 5.17\n"
15  + "Verlet Attraction with Springs\n\n"
16  + "You can move points by touching them\n";
17  }

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