C# Class LSystem.Interpreter

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: famerij/EdgeGraph Class Usage Examples

Méthodes publiques

Свойство Type Description
angle float
segmentSize float
snapSize float

Méthodes publiques

Méthode Description
EmptyValues ( ) : void
Forward ( ) : void
PopPosition ( ) : void
PushPosition ( ) : void
TurnLeft ( ) : void
TurnRandom ( ) : void
TurnRight ( ) : void

Method Details

EmptyValues() public méthode

public EmptyValues ( ) : void
Résultat void

Forward() public méthode

public Forward ( ) : void
Résultat void

PopPosition() public méthode

public PopPosition ( ) : void
Résultat void

PushPosition() public méthode

public PushPosition ( ) : void
Résultat void

TurnLeft() public méthode

public TurnLeft ( ) : void
Résultat void

TurnRandom() public méthode

public TurnRandom ( ) : void
Résultat void

TurnRight() public méthode

public TurnRight ( ) : void
Résultat void

Property Details

angle public_oe property

public float angle
Résultat float

segmentSize public_oe property

public float segmentSize
Résultat float

snapSize public_oe property

public float snapSize
Résultat float