Interface IPlantComponent
Syntax
public interface IPlantComponent
Properties
Name | Description |
---|---|
AutoGrowth | Enables the automatic growth. |
Dynamic | Takes into account external modifications made in the terrain. |
InitAuto | Enables automatic tracking of assets existing on the targeted terrain during initialization. |
Override | Allow overriding the default parameters used byManagerComponent. |
Terrain | Terrain |
TimeOffset | Relative time offset to be added to the local time. |
Methods
Name | Description |
---|---|
GetTime() | Time value used to determine the growth timestamp. |
GrowAll() | Grows all plants manually. |
GrowAllAsync() | Grows all plants manually. |