Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Attributes | List of all members
Fractals.KochCurveNode Class Reference

Koch curve node. More...

Inherits Node2D.

Public Attributes

bool Animated
 Animate curve More...
 
KochCurve KochCurve
 Koch curve More...
 

Detailed Description

Koch curve node.

Definition at line 170 of file KochLine.cs.

Member Data Documentation

◆ Animated

bool Fractals.KochCurveNode.Animated

Animate curve

Definition at line 173 of file KochLine.cs.

◆ KochCurve

KochCurve Fractals.KochCurveNode.KochCurve

Koch curve

Definition at line 175 of file KochLine.cs.


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