Show / Hide Table of Contents

Class TreeBranchDef

Inheritance
System.Object
TreeBranchDef
Namespace: Eco.Simulation.Types
Assembly: Eco.Simulation.dll
Syntax
public sealed class TreeBranchDef : ValueType

Properties

GrowthEndTime

Declaration
public Range GrowthEndTime { get; set; }
Property Value
Type Description
Range

GrowthStartTime

Declaration
public Range GrowthStartTime { get; set; }
Property Value
Type Description
Range

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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾