Interface IWorldInformation
Interface for the world information.
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface IWorldInformation
Properties
| Improve this Doc View SourceLightColor
Gets the game world's light color.
Declaration
byte LightColor { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
LightLevel
Gets the game world's light level.
Declaration
byte LightLevel { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
Status
Gets the game world's state.
Declaration
WorldState Status { get; }
Property Value
| Type | Description |
|---|---|
| WorldState |