Show / Hide Table of Contents

    Enum WorldState

    Enumeration of the possible world states.

    Namespace: Fibula.Mechanics.Contracts.Enumerations
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public enum WorldState : byte

    Fields

    Name Description
    Closed

    Testing or closed beta state.

    Loading

    Represents a world in loading state.

    Open

    The normal, open public state.

    Extension Methods

    ObjectExtensions.YieldSingleItem<WorldState>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<WorldState>(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.