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

namespace UnityEngine
{
public class Transform // TypeDefIndex: 8926
{

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public type#28468 get_position() { }
	// RVA: -1
	public type#28660 set_position(type#28468 value) { }
	// RVA: -1
	public type#28468 get_localPosition() { }
	// RVA: -1
	public type#28660 set_localPosition(type#28468 value) { }
	// RVA: -1
	public type#28468 get_eulerAngles() { }
	// RVA: -1
	public type#28660 set_eulerAngles(type#28468 value) { }
	// RVA: -1
	public type#28468 get_localEulerAngles() { }
	// RVA: -1
	public type#28660 set_localEulerAngles(type#28468 value) { }
	// RVA: -1
	public type#28468 get_right() { }
	// RVA: -1
	public type#28660 set_right(type#28468 value) { }
	// RVA: -1
	public type#28468 get_up() { }
	// RVA: -1
	public type#28660 set_up(type#28468 value) { }
	// RVA: -1
	public type#28468 get_forward() { }
	// RVA: -1
	public type#24838 get_rotation() { }
	// RVA: -1
	public type#28660 set_rotation(type#24838 value) { }
	// RVA: -1
	public type#24838 get_localRotation() { }
	// RVA: -1
	public type#28660 set_localRotation(type#24838 value) { }
	// RVA: -1
	public type#28468 get_localScale() { }
	// RVA: -1
	public type#28660 set_localScale(type#28468 value) { }
	// RVA: -1
	public type#27605 get_parent() { }
	// RVA: -1
	public type#28660 set_parent(type#27605 value) { }
	// RVA: -1
	internal type#27605 get_parentInternal() { }
	// RVA: -1
	internal type#28660 set_parentInternal(type#27605 value) { }
	// RVA: -1
	private type#27605 GetParent() { }
	// RVA: -1
	public type#28660 SetParent(type#27605 p) { }
	// RVA: -1
	public type#28660 SetParent(type#27605 parent, type#15313 worldPositionStays) { }
	// RVA: -1
	public type#22507 get_worldToLocalMatrix() { }
	// RVA: -1
	public type#22507 get_localToWorldMatrix() { }
	// RVA: -1
	public type#28660 Translate(type#28468 translation, type#26209 relativeTo) { }
	// RVA: -1
	public type#28660 Translate(type#28468 translation) { }
	// RVA: -1
	public type#28660 Rotate(type#28468 eulers, type#26209 relativeTo) { }
	// RVA: -1
	public type#28660 Rotate(type#28468 eulers) { }
	// RVA: -1
	public type#28660 Rotate(type#26059 xAngle, type#26059 yAngle, type#26059 zAngle) { }
	// RVA: -1
	public type#28468 TransformDirection(type#28468 direction) { }
	// RVA: -1
	public type#28468 InverseTransformDirection(type#28468 direction) { }
	// RVA: -1
	public type#28468 TransformPoint(type#28468 position) { }
	// RVA: -1
	public type#28468 InverseTransformPoint(type#28468 position) { }
	// RVA: -1
	public type#28468 InverseTransformPoint(type#26059 x, type#26059 y, type#26059 z) { }
	// RVA: -1
	public type#27605 get_root() { }
	// RVA: -1
	private type#27605 GetRoot() { }
	// RVA: -1
	public type#20867 get_childCount() { }
	// RVA: -1
	public type#28660 DetachChildren() { }
	// RVA: -1
	public type#28660 SetAsFirstSibling() { }
	// RVA: -1
	public type#28660 SetAsLastSibling() { }
	// RVA: -1
	public type#28660 SetSiblingIndex(type#20867 index) { }
	// RVA: -1
	public type#20867 GetSiblingIndex() { }
	// RVA: -1
	private type#27605 FindRelativeTransformWithPath(type#26576 path, type#15313 isActiveOnly) { }
	// RVA: -1
	public type#27605 Find(type#26576 n) { }
	// RVA: -1
	public type#28468 get_lossyScale() { }
	// RVA: -1
	public type#15313 IsChildOf(type#27605 parent) { }
	// RVA: -1
	public type#28660 set_hasChanged(type#15313 value) { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
	// RVA: -1
	public type#27605 GetChild(type#20867 index) { }
	// RVA: -1
	private static type#28660 get_position_Injected(type#20925 _unity_self, type#12223 ret) { }
	// RVA: -1
	private static type#28660 set_position_Injected(type#20925 _unity_self, type#12221 value) { }
	// RVA: -1
	private static type#28660 get_localPosition_Injected(type#20925 _unity_self, type#12223 ret) { }
	// RVA: -1
	private static type#28660 set_localPosition_Injected(type#20925 _unity_self, type#12221 value) { }
	// RVA: -1
	private static type#28660 get_rotation_Injected(type#20925 _unity_self, type#12064 ret) { }
	// RVA: -1
	private static type#28660 set_rotation_Injected(type#20925 _unity_self, type#12063 value) { }
	// RVA: -1
	private static type#28660 get_localRotation_Injected(type#20925 _unity_self, type#12064 ret) { }
	// RVA: -1
	private static type#28660 set_localRotation_Injected(type#20925 _unity_self, type#12063 value) { }
	// RVA: -1
	private static type#28660 get_localScale_Injected(type#20925 _unity_self, type#12223 ret) { }
	// RVA: -1
	private static type#28660 set_localScale_Injected(type#20925 _unity_self, type#12221 value) { }
	// RVA: -1
	private static type#20925 GetParent_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 SetParent_Injected(type#20925 _unity_self, type#20925 parent, type#15313 worldPositionStays) { }
	// RVA: -1
	private static type#28660 get_worldToLocalMatrix_Injected(type#20925 _unity_self, type#12004 ret) { }
	// RVA: -1
	private static type#28660 get_localToWorldMatrix_Injected(type#20925 _unity_self, type#12004 ret) { }
	// RVA: -1
	private static type#28660 TransformDirection_Injected(type#20925 _unity_self, type#12221 direction, type#12223 ret) { }
	// RVA: -1
	private static type#28660 InverseTransformDirection_Injected(type#20925 _unity_self, type#12221 direction, type#12223 ret) { }
	// RVA: -1
	private static type#28660 TransformPoint_Injected(type#20925 _unity_self, type#12221 position, type#12223 ret) { }
	// RVA: -1
	private static type#28660 InverseTransformPoint_Injected(type#20925 _unity_self, type#12221 position, type#12223 ret) { }
	// RVA: -1
	private static type#20925 GetRoot_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#20867 get_childCount_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 DetachChildren_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 SetAsFirstSibling_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 SetAsLastSibling_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 SetSiblingIndex_Injected(type#20925 _unity_self, type#20867 index) { }
	// RVA: -1
	private static type#20867 GetSiblingIndex_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#20925 FindRelativeTransformWithPath_Injected(type#20925 _unity_self, type#11995 path, type#15313 isActiveOnly) { }
	// RVA: -1
	private static type#28660 get_lossyScale_Injected(type#20925 _unity_self, type#12223 ret) { }
	// RVA: -1
	private static type#15313 IsChildOf_Injected(type#20925 _unity_self, type#20925 parent) { }
	// RVA: -1
	private static type#28660 set_hasChanged_Injected(type#20925 _unity_self, type#15313 value) { }
	// RVA: -1
	private static type#20925 GetChild_Injected(type#20925 _unity_self, type#20867 index) { }
}
}
