Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX