• API Documentation
Show / Hide Table of Contents
  • Rebus
    • Arguments
    • Biome
    • CantorPairing
    • CommandRequest
    • CommandResponse
    • CommandType
    • Commodity
    • Configuration
    • ConflictEventArgs
    • Depths
    • Economy
    • Fleet
    • HexPoint
    • IGameService
    • ILoginService
    • Player
    • Unit
    • User
    • Zone
    • ZoneInfo
  • Rebus.Client
    • GraphicsEngine
    • Layout
    • RpcClient
    • ZoneVisualizer
  • Rebus.Client.Lenses
    • BiomeLens
    • ConstellationLens
    • Lens
    • PopulationLens
    • StarLens
  • Rebus.Server
    • AStarSearch
    • EvaluationContext
    • FisherYatesShuffle
    • JuliaSet
    • PowerSet
  • Rebus.Server.Considerations
    • Agent
    • Behavior
    • BehaviorCollection
    • Consideration
    • ConsiderationCollection
    • FunctionConsideration
    • LinearConsideration
    • QuadraticConsideration
  • Rebus.Server.Functions
    • IFunctions<T>
  • System
    • NegativeExponentialRandom
  • System.Text.Json.Serialization.Converters
    • ComplexConverter
    • CultureInfoConverter
    • IPAddressConverter

Class Biome

Inheritance
Object
Biome
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[MessagePackObject(false)]
public class Biome

Constructors

Biome(Int32, Byte, Byte, Byte)

Declaration
[SerializationConstructor]
public Biome(int population, byte red, byte green, byte blue)
Parameters
Type Name Description
Int32 population
Byte red
Byte green
Byte blue

Biome(String, Int32, Byte, Byte, Byte)

Declaration
[JsonConstructor]
public Biome(string key, int population, byte red, byte green, byte blue)
Parameters
Type Name Description
String key
Int32 population
Byte red
Byte green
Byte blue

Properties

Blue

Declaration
[Key(3)]
public byte Blue { get; }
Property Value
Type Description
Byte

Green

Declaration
[Key(2)]
public byte Green { get; }
Property Value
Type Description
Byte

Key

Declaration
[IgnoreMember]
public string Key { get; }
Property Value
Type Description
String

Population

Declaration
[Key(0)]
public int Population { get; }
Property Value
Type Description
Int32

Red

Declaration
[Key(1)]
public byte Red { get; }
Property Value
Type Description
Byte
In This Article
Back to top © 2021-2022 Ishan Pranav. All rights reserved. Licensed under the MIT License.