Version: 2020.3
Language : English
Important Classes - Object
Important Classes - Vectors

Important Classes - Transform

The Transform class provides you with a variety of ways to work with a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
’s position, rotation and scale via script, as well as its hierarchical relationship to parent and child GameObjects.

For a full overview of working with Transforms in the Editor, see the Transform user manual page.

For an exhaustive reference of every member of the Transform class and further technical details about it, see the Transform script reference.

Important Classes - Object
Important Classes - Vectors