• 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 Depths

Inheritance
Object
Depths
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
public static class Depths

Fields

Constellation

Declaration
public const int Constellation = 1
Field Value
Type Description
Int32

EmptyValue

Declaration
public const int EmptyValue = -1
Field Value
Type Description
Int32

FirstValue

Declaration
public const int FirstValue = 1
Field Value
Type Description
Int32

Planet

Declaration
public const int Planet = 3
Field Value
Type Description
Int32

Star

Declaration
public const int Star = 2
Field Value
Type Description
Int32

Methods

Layer(IReadOnlyList<Int32>, Int32)

Declaration
public static int Layer(IReadOnlyList<int> layers, int depth)
Parameters
Type Name Description
IReadOnlyList<Int32> layers
Int32 depth
Returns
Type Description
Int32
In This Article
Back to top © 2021-2022 Ishan Pranav. All rights reserved. Licensed under the MIT License.