Interface ISunTerrainLayerConfig
Namespace: Fwt.HexTerrains.Suns.Data
Assembly: fwt.hexterrains.dll
Syntax
public interface ISunTerrainLayerConfig
Properties
DayProgress
Initial day progress. Value between 0 and 1, where 0 means the start of the day and 1 means the end of the day.
Declaration
float DayProgress { get; }
Property Value
| Type | Description |
|---|---|
| float |
SunSettings
Settings of the sun. This includes day length, year length, planet angle, sun size and sun heat curve.
Declaration
SunSettings SunSettings { get; }
Property Value
| Type | Description |
|---|---|
| SunSettings |
TargetLayers
Sun heat targets. Sun applies heat to this layers
Declaration
IList<SunTargetLayerSettings> TargetLayers { get; }
Property Value
| Type | Description |
|---|---|
| IList<SunTargetLayerSettings> |
YearProgress
Initial year progress. Value between 0 and 1, where 0 means the start of the year and 1 means the end of the year.
Declaration
float YearProgress { get; }
Property Value
| Type | Description |
|---|---|
| float |