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

Example 3.1 - Angular Motion. More...

Inheritance diagram for Examples.Chapter3.C3Example1:
Examples.IExample

Public Member Functions

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

Detailed Description

Example 3.1 - Angular Motion.

Uses _Draw method and manual angular velocity and acceleration management.

Definition at line 14 of file C3Example1.cs.

Member Function Documentation

◆ GetSummary()

string Examples.Chapter3.C3Example1.GetSummary ( )
inline

Output a summary text

Returns
Summary text

Implements Examples.IExample.

Definition at line 16 of file C3Example1.cs.

17  {
18  return "Example 3.1:\n"
19  + "Angular Motion";
20  }

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