Class TreeBranchDef
Inheritance
System.Object
TreeBranchDef
Assembly: Eco.Simulation.dll
Syntax
public sealed class TreeBranchDef : ValueType
Properties
GrowthEndTime
Declaration
public Range GrowthEndTime { get; set; }
Property Value
GrowthStartTime
Declaration
public Range GrowthStartTime { get; set; }
Property Value
Health
Declaration
public float Health { get; set; }
Property Value
Type |
Description |
System.Single |
|
LeafPoints
Declaration
public int LeafPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|