C# Class LSystem.Interpreter

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: famerij/EdgeGraph Class Usage Examples

Public Properties

Property Type Description
angle float
segmentSize float
snapSize float

Public Methods

Method Description
EmptyValues ( ) : void
Forward ( ) : void
PopPosition ( ) : void
PushPosition ( ) : void
TurnLeft ( ) : void
TurnRandom ( ) : void
TurnRight ( ) : void

Method Details

EmptyValues() public method

public EmptyValues ( ) : void
return void

Forward() public method

public Forward ( ) : void
return void

PopPosition() public method

public PopPosition ( ) : void
return void

PushPosition() public method

public PushPosition ( ) : void
return void

TurnLeft() public method

public TurnLeft ( ) : void
return void

TurnRandom() public method

public TurnRandom ( ) : void
return void

TurnRight() public method

public TurnRight ( ) : void
return void

Property Details

angle public_oe property

public float angle
return float

segmentSize public_oe property

public float segmentSize
return float

snapSize public_oe property

public float snapSize
return float