// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Vector3Int

namespace UnityEngine
{
public class Vector3Int // TypeDefIndex: 8784
{
	// Fields
	type#20868 m_X;
	type#20868 m_Y;
	type#20868 m_Z;
	type#28487 s_Zero;
	type#28487 s_One;
	type#28487 s_Up;
	type#28487 s_Down;
	type#28487 s_Left;
	type#28487 s_Right;
	type#28487 s_Forward;
	type#28487 s_Back;

	// Methods
	// RVA: -1
	public type#20867 get_x() { }
	// RVA: -1
	public type#28660 set_x(type#20867 value) { }
	// RVA: -1
	public type#20867 get_y() { }
	// RVA: -1
	public type#28660 set_y(type#20867 value) { }
	// RVA: -1
	public type#20867 get_z() { }
	// RVA: -1
	public type#28660 set_z(type#20867 value) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 x, type#20867 y, type#20867 z) { }
	// RVA: -1
	public static type#28468 op_Implicit(type#28484 v) { }
	// RVA: -1
	public static type#28484 op_Addition(type#28484 a, type#28484 b) { }
	// RVA: -1
	public static type#28484 op_Subtraction(type#28484 a, type#28484 b) { }
	// RVA: -1
	public static type#28484 op_Multiply(type#28484 a, type#20867 b) { }
	// RVA: -1
	public static type#15313 op_Equality(type#28484 lhs, type#28484 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#28484 lhs, type#28484 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#28484 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#26576 ToString(type#26576 format) { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
	// RVA: -1
	public static type#28484 get_zero() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
