public static string DirectionName(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().DirectionName); }
public static int Ordinal(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().Ordinal); }
public static int Px3DZ(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().Px3DZ); }
public static Vector2Int XY3D(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().XY3D); }
public static IntVector2 XY(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().XY); }
public static int Y(this OrthoDir dir) { return(dir.GetAttribute <OrthoDirAttribute>().Y); }