C# Class fCraft.Forester.Tree

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
Args ForesterArgs
Height int
Pos Vector3I

Public Methods

Method Description
Copy ( Tree other ) : void
MakeFoliage ( ) : void
MakeTrunk ( ) : void
Prepare ( ) : void

Method Details

Copy() public method

public Copy ( Tree other ) : void
other Tree
return void

MakeFoliage() public method

public MakeFoliage ( ) : void
return void

MakeTrunk() public method

public MakeTrunk ( ) : void
return void

Prepare() public method

public Prepare ( ) : void
return void

Property Details

Args public property

public ForesterArgs,fCraft Args
return ForesterArgs

Height public property

public int Height
return int

Pos public property

public Vector3I Pos
return Vector3I