fCraft.Forester.RoundTree.Prepare C# (CSharp) Method

Prepare() public method

public Prepare ( ) : void
return void
            public override void Prepare()
            {
                base.Prepare();
                BranchSlope = .382f;
                FoliageShape = new[] { 2, 3, 3, 2.5f, 1.6f };
                TrunkRadius *= .8f;
                TrunkHeight = Args.TrunkHeight * Height;
            }
Forester.RoundTree