Show / Hide Table of Contents

    Enum LightLevels

    Enumeration of the common light levels.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum LightLevels : byte

    Fields

    Name Description
    Full

    The level considered as full.

    None

    No light.

    Torch

    The level emitted by a brand-new torch.

    World

    Daylight level.

    Extension Methods

    ObjectExtensions.YieldSingleItem<LightLevels>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<LightLevels>(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.