Show / Hide Table of Contents

Class HorzDir

Inheritance
System.Object
HorzDir
Namespace: Eco.Shared.Math
Assembly: Eco.Shared.dll
Syntax
[Serialized]
[Localized(true, false, "", false)]
public sealed class HorzDir : Enum

Fields

East

Declaration
public const HorzDir East
Field Value
Type Description
HorzDir

North

Declaration
public const HorzDir North
Field Value
Type Description
HorzDir

Northeast

Declaration
public const HorzDir Northeast
Field Value
Type Description
HorzDir

Northwest

Declaration
public const HorzDir Northwest
Field Value
Type Description
HorzDir

South

Declaration
public const HorzDir South
Field Value
Type Description
HorzDir

Southeast

Declaration
public const HorzDir Southeast
Field Value
Type Description
HorzDir

Southwest

Declaration
public const HorzDir Southwest
Field Value
Type Description
HorzDir

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

West

Declaration
public const HorzDir West
Field Value
Type Description
HorzDir

Extension Methods

ShortLocs.Abbreviation(HorzDir)
DirectionExtensions.Delta(HorzDir)
DirectionExtensions.ToAngle(HorzDir)
DirectionExtensions.Localized(HorzDir)
DirectionExtensions.Flip(HorzDir)
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
☀
☾