Show / Hide Table of Contents

Class BiomeType

Inheritance
System.Object
BiomeType
Namespace: Eco.Shared.States
Assembly: Eco.Shared.dll
Syntax
[Serialized]
public sealed class BiomeType : Enum

Fields

ColdForestBiome

Declaration
public const BiomeType ColdForestBiome
Field Value
Type Description
BiomeType

DeepOceanBiome

Declaration
public const BiomeType DeepOceanBiome
Field Value
Type Description
BiomeType

DesertBiome

Declaration
public const BiomeType DesertBiome
Field Value
Type Description
BiomeType

ForestBiome

Declaration
public const BiomeType ForestBiome
Field Value
Type Description
BiomeType

GrasslandBiome

Declaration
public const BiomeType GrasslandBiome
Field Value
Type Description
BiomeType

IceBiome

Declaration
public const BiomeType IceBiome
Field Value
Type Description
BiomeType

OceanBiome

Declaration
public const BiomeType OceanBiome
Field Value
Type Description
BiomeType

RainforestBiome

Declaration
public const BiomeType RainforestBiome
Field Value
Type Description
BiomeType

TaigaBiome

Declaration
public const BiomeType TaigaBiome
Field Value
Type Description
BiomeType

TundraBiome

Declaration
public const BiomeType TundraBiome
Field Value
Type Description
BiomeType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

WarmForestBiome

Declaration
public const BiomeType WarmForestBiome
Field Value
Type Description
BiomeType

WetlandBiome

Declaration
public const BiomeType WetlandBiome
Field Value
Type Description
BiomeType

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾