# Terrain

> The Terrain component renders the terrain.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TerrainModule
* **Inherits from:** [Behaviour](/engine/6000.7/script-reference/unityengine/behaviour.md)

```csharp
public sealed class Terrain : Behaviour
```

## Properties

| Property                                                                                                                      | Description                                                                                                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [allowAutoConnect](/engine/6000.7/script-reference/unityengine/terrain/allowautoconnect.md)                                   | Specifies if the terrain tile will be automatically connected to adjacent tiles.                                                                                                                                                     |
| [bakeLightProbesForTrees](/engine/6000.7/script-reference/unityengine/terrain/bakelightprobesfortrees.md)                     | Whether to bake an array of internal light probes for Tree Editor trees (Editor only).                                                                                                                                               |
| [basemapDistance](/engine/6000.7/script-reference/unityengine/terrain/basemapdistance.md)                                     | Heightmap patches beyond basemap distance will use a precomputed low res basemap.                                                                                                                                                    |
| [bottomNeighbor](/engine/6000.7/script-reference/unityengine/terrain/bottomneighbor.md)                                       | Terrain bottom neighbor.                                                                                                                                                                                                             |
| [collectDetailPatches](/engine/6000.7/script-reference/unityengine/terrain/collectdetailpatches.md)                           | Collect detail patches from memory.                                                                                                                                                                                                  |
| [deringLightProbesForTrees](/engine/6000.7/script-reference/unityengine/terrain/deringlightprobesfortrees.md)                 | Removes ringing from light probes on Tree Editor trees (Editor only).                                                                                                                                                                |
| [detailObjectDensity](/engine/6000.7/script-reference/unityengine/terrain/detailobjectdensity.md)                             | Density of detail objects.                                                                                                                                                                                                           |
| [detailObjectDistance](/engine/6000.7/script-reference/unityengine/terrain/detailobjectdistance.md)                           | Detail objects will be displayed up to this distance.                                                                                                                                                                                |
| [drawHeightmap](/engine/6000.7/script-reference/unityengine/terrain/drawheightmap.md)                                         | Indicates whether Unity draws the Terrain geometry itself.                                                                                                                                                                           |
| [drawInstanced](/engine/6000.7/script-reference/unityengine/terrain/drawinstanced.md)                                         | Set to true to enable the terrain instance renderer. The default value is false.                                                                                                                                                     |
| [drawTreesAndFoliage](/engine/6000.7/script-reference/unityengine/terrain/drawtreesandfoliage.md)                             | Specify if terrain trees and details should be drawn. If disabled, this will also disable updates to renderer positions for trees and details. Tree and detail renderer positions will update again once this setting is re-enabled. |
| [editorRenderFlags](/engine/6000.7/script-reference/unityengine/terrain/editorrenderflags.md)                                 | Controls what part of the terrain should be rendered.                                                                                                                                                                                |
| [enableHeightmapLODFrustumCulling](/engine/6000.7/script-reference/unityengine/terrain/enableheightmaplodfrustumculling.md)   | Controls frustum culling for the terrain heightmap LOD system.                                                                                                                                                                       |
| [enableHeightmapRayTracing](/engine/6000.7/script-reference/unityengine/terrain/enableheightmapraytracing.md)                 | When this options is enabled, Terrain heightmap geometries will be added in acceleration structures used for Ray Tracing.                                                                                                            |
| [groupingID](/engine/6000.7/script-reference/unityengine/terrain/groupingid.md)                                               | Grouping ID for auto connect.                                                                                                                                                                                                        |
| [heightmapMaximumLOD](/engine/6000.7/script-reference/unityengine/terrain/heightmapmaximumlod.md)                             | Limits the Terrain's maximum rendering resolution.                                                                                                                                                                                   |
| [heightmapMinimumLODSimplification](/engine/6000.7/script-reference/unityengine/terrain/heightmapminimumlodsimplification.md) | Limits how simplified the rendered terrain can be.                                                                                                                                                                                   |
| [heightmapPixelError](/engine/6000.7/script-reference/unityengine/terrain/heightmappixelerror.md)                             | An approximation of how many pixels the terrain will pop in the worst case when switching lod.                                                                                                                                       |
| [ignoreQualitySettings](/engine/6000.7/script-reference/unityengine/terrain/ignorequalitysettings.md)                         | When enabled, the terrain ignores the terrain overrides set in the [QualitySettings](/engine/6000.7/script-reference/unityengine/qualitysettings.md).                                                                                |
| [keepUnusedRenderingResources](/engine/6000.7/script-reference/unityengine/terrain/keepunusedrenderingresources.md)           | Defines whether Unity frees per-Camera rendering resources for the Terrain when those resources aren't in use after a certain number of frames.                                                                                      |
| [leftNeighbor](/engine/6000.7/script-reference/unityengine/terrain/leftneighbor.md)                                           | The Terrain tile to the left, which is in the negative X direction.                                                                                                                                                                  |
| [lightmapIndex](/engine/6000.7/script-reference/unityengine/terrain/lightmapindex.md)                                         | The index of the baked lightmap applied to this terrain.                                                                                                                                                                             |
| [lightmapScaleOffset](/engine/6000.7/script-reference/unityengine/terrain/lightmapscaleoffset.md)                             | The UV scale & offset used for a baked lightmap.                                                                                                                                                                                     |
| [materialTemplate](/engine/6000.7/script-reference/unityengine/terrain/materialtemplate.md)                                   | The custom material Unity uses to render the Terrain.                                                                                                                                                                                |
| [normalmapTexture](/engine/6000.7/script-reference/unityengine/terrain/normalmaptexture.md)                                   | Returns the normal map texture computed from sampling the heightmap. It is only used when terrain is rendered using instancing.                                                                                                      |
| [patchBoundsMultiplier](/engine/6000.7/script-reference/unityengine/terrain/patchboundsmultiplier.md)                         | Set the terrain bounding box scale.                                                                                                                                                                                                  |
| [preserveTreePrototypeLayers](/engine/6000.7/script-reference/unityengine/terrain/preservetreeprototypelayers.md)             | Allows you to specify how Unity chooses the [layer](/engine/6000.7/manual/working-with-gameobjects/layers.md) for tree instances.                                                                                                    |
| [reflectionProbeUsage](/engine/6000.7/script-reference/unityengine/terrain/reflectionprobeusage.md)                           | How reflection probes are used for terrain. See [ReflectionProbeUsage](/engine/6000.7/script-reference/unityengine/rendering/reflectionprobeusage.md).                                                                               |
| [renderingLayerMask](/engine/6000.7/script-reference/unityengine/terrain/renderinglayermask.md)                               | Determines which rendering layers the Terrain renderer lives on.                                                                                                                                                                     |
| [rightNeighbor](/engine/6000.7/script-reference/unityengine/terrain/rightneighbor.md)                                         | The Terrain tile to the left, which is in the positive X direction.                                                                                                                                                                  |
| [shadowCastingMode](/engine/6000.7/script-reference/unityengine/terrain/shadowcastingmode.md)                                 | Allows you to set the shadow casting mode for the terrain.                                                                                                                                                                           |
| [splatBaseMaterial](/engine/6000.7/script-reference/unityengine/terrain/splatbasematerial.md)                                 | Returns the material used to render the terrain splatmap.                                                                                                                                                                            |
| [terrainData](/engine/6000.7/script-reference/unityengine/terrain/terraindata.md)                                             | The Terrain Data that stores heightmaps, terrain textures, detail meshes and trees.                                                                                                                                                  |
| [topNeighbor](/engine/6000.7/script-reference/unityengine/terrain/topneighbor.md)                                             | Terrain top neighbor.                                                                                                                                                                                                                |
| [treeBillboardDistance](/engine/6000.7/script-reference/unityengine/terrain/treebillboarddistance.md)                         | Distance from the camera where trees will be rendered as billboards only.                                                                                                                                                            |
| [treeCrossFadeLength](/engine/6000.7/script-reference/unityengine/terrain/treecrossfadelength.md)                             | Total distance delta that trees will use to transition from billboard orientation to mesh orientation.                                                                                                                               |
| [treeDistance](/engine/6000.7/script-reference/unityengine/terrain/treedistance.md)                                           | The maximum distance at which trees are rendered.                                                                                                                                                                                    |
| [treeLODBiasMultiplier](/engine/6000.7/script-reference/unityengine/terrain/treelodbiasmultiplier.md)                         | The multiplier to the current LOD bias used for rendering LOD trees (i.e. SpeedTree trees).                                                                                                                                          |
| [treeMaximumFullLODCount](/engine/6000.7/script-reference/unityengine/terrain/treemaximumfulllodcount.md)                     | Maximum number of trees rendered at full LOD.                                                                                                                                                                                        |
| [treeMotionVectorModeOverride](/engine/6000.7/script-reference/unityengine/terrain/treemotionvectormodeoverride.md)           | The motion vector rendering mode for all SpeedTree models painted on the terrain.                                                                                                                                                    |

## Static Properties

| Property                                                                                                            | Description                                                                                |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [activeTerrain](/engine/6000.7/script-reference/unityengine/terrain/activeterrain.md)                               | The active Terrain. This is a convenient function to get to the main Terrain in the Scene. |
| [activeTerrains](/engine/6000.7/script-reference/unityengine/terrain/activeterrains.md)                             | The active terrains in the Scene.                                                          |
| [compressedHolesFormat](/engine/6000.7/script-reference/unityengine/terrain/compressedholesformat.md)               | Graphics format of the Terrain holes Texture when it is compressed.                        |
| [compressedHolesTextureFormat](/engine/6000.7/script-reference/unityengine/terrain/compressedholestextureformat.md) | Texture format of the Terrain holes Texture when it is compressed.                         |
| [heightmapFormat](/engine/6000.7/script-reference/unityengine/terrain/heightmapformat.md)                           | Graphics format of the Terrain heightmap.                                                  |
| [heightmapRenderTextureFormat](/engine/6000.7/script-reference/unityengine/terrain/heightmaprendertextureformat.md) | RenderTextureFormat of the terrain heightmap.                                              |
| [holesFormat](/engine/6000.7/script-reference/unityengine/terrain/holesformat.md)                                   | Graphics format of the Terrain holes Texture when it is not compressed.                    |
| [holesRenderTextureFormat](/engine/6000.7/script-reference/unityengine/terrain/holesrendertextureformat.md)         | Render texture format of the Terrain holes Texture.                                        |
| [normalmapFormat](/engine/6000.7/script-reference/unityengine/terrain/normalmapformat.md)                           | Graphics format of the Terrain normal map texture.                                         |
| [normalmapRenderTextureFormat](/engine/6000.7/script-reference/unityengine/terrain/normalmaprendertextureformat.md) | Render texture format of the Terrain normal map texture.                                   |
| [normalmapTextureFormat](/engine/6000.7/script-reference/unityengine/terrain/normalmaptextureformat.md)             | Texture format of the Terrain normal map texture.                                          |

## Methods

| Method                                                                                                                                | Description                                                                                                                                                                                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AddTreeInstance](/engine/6000.7/script-reference/unityengine/terrain/addtreeinstance.md)                                             | Adds a tree instance to the terrain.                                                                                                                                                                                                                                                                                                   |
| [Flush](/engine/6000.7/script-reference/unityengine/terrain/flush.md)                                                                 | Flushes any change done in the terrain so it takes effect.                                                                                                                                                                                                                                                                             |
| [GetClosestReflectionProbes](/engine/6000.7/script-reference/unityengine/terrain/getclosestreflectionprobes.md)                       | Fills the list with reflection probes whose AABB intersects with terrain's AABB. Their weights are also provided. Weight shows how much influence the probe has on the terrain, and is used when the blending between multiple reflection probes occurs.                                                                               |
| [GetKeepUnusedCameraRenderingResources](/engine/6000.7/script-reference/unityengine/terrain/getkeepunusedcamerarenderingresources.md) | Each Camera has its own `KeepUnusedRenderingResources` setting, which is `false` by default. Unity uses this per-Camera setting in combination with the Terrain's overall `KeepUnusedRenderingResources` setting. If either setting is `true`, Unity preserves all rendering resources regardless of how long they've remained unused. |
| [GetPosition](/engine/6000.7/script-reference/unityengine/terrain/getposition.md)                                                     | Get the world space position of the terrain.                                                                                                                                                                                                                                                                                           |
| [GetSplatMaterialPropertyBlock](/engine/6000.7/script-reference/unityengine/terrain/getsplatmaterialpropertyblock.md)                 | Get the previously set splat material properties by copying to the `dest` MaterialPropertyBlock object.                                                                                                                                                                                                                                |
| [SampleHeight](/engine/6000.7/script-reference/unityengine/terrain/sampleheight.md)                                                   | Samples the height at the given position defined in world space, relative to the Terrain space.                                                                                                                                                                                                                                        |
| [SetKeepUnusedCameraRenderingResources](/engine/6000.7/script-reference/unityengine/terrain/setkeepunusedcamerarenderingresources.md) | Defines whether Unity cleans up rendering resources for a given Camera during garbage collection.                                                                                                                                                                                                                                      |
| [SetNeighbors](/engine/6000.7/script-reference/unityengine/terrain/setneighbors.md)                                                   | Lets you set up the connection between neighboring Terrain tiles. This ensures LOD matches up on neighboring Terrain tiles.                                                                                                                                                                                                            |
| [SetSplatMaterialPropertyBlock](/engine/6000.7/script-reference/unityengine/terrain/setsplatmaterialpropertyblock.md)                 | Set the additional material properties when rendering the terrain heightmap using the splat material.                                                                                                                                                                                                                                  |

## Static Methods

| Method                                                                                                    | Description                                                                                                          |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [CreateTerrainGameObject](/engine/6000.7/script-reference/unityengine/terrain/createterraingameobject.md) | Creates a Terrain including collider from [TerrainData](/engine/6000.7/script-reference/unityengine/terraindata.md). |
| [GetActiveTerrains](/engine/6000.7/script-reference/unityengine/terrain/getactiveterrains.md)             | Populates a List of Terrains with the active Terrains in the Scene.                                                  |
| [SetConnectivityDirty](/engine/6000.7/script-reference/unityengine/terrain/setconnectivitydirty.md)       | Marks the current connectivity status as invalid.                                                                    |

## Inheritance

**Inherited Members:**

* [Behaviour.enabled](/engine/6000.7/script-reference/unityengine/behaviour/enabled.md)
* [Behaviour.isActiveAndEnabled](/engine/6000.7/script-reference/unityengine/behaviour/isactiveandenabled.md)
* [Component.GetComponent(Type)](/engine/6000.7/script-reference/unityengine/component/getcomponent.md#getcomponent\(type\))
* [Component.GetComponent\<T>()](/engine/6000.7/script-reference/unityengine/component/getcomponent.md)
* [Component.TryGetComponent(Type, Component)](/engine/6000.7/script-reference/unityengine/component/trygetcomponent.md)
* [Component.TryGetComponent\<T>(T)](/engine/6000.7/script-reference/unityengine/component/trygetcomponent.md)
* [Component.GetComponent(string)](/engine/6000.7/script-reference/unityengine/component/getcomponent.md#getcomponent\(string\))
* [Component.GetComponentInChildren(Type, bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentinchildren.md#getcomponentinchildren\(type-bool\))
* [Component.GetComponentInChildren(Type)](/engine/6000.7/script-reference/unityengine/component/getcomponentinchildren.md#getcomponentinchildren\(type\))
* [Component.GetComponentInChildren\<T>(bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentinchildren.md)
* [Component.GetComponentsInChildren(Type, bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinchildren.md)
* [Component.GetComponentsInChildren\<T>(bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinchildren.md#getcomponentsinchildrent\(bool\))
* [Component.GetComponentsInChildren\<T>(bool, List\<T>)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinchildren.md)
* [Component.GetComponentsInChildren\<T>()](/engine/6000.7/script-reference/unityengine/component/getcomponentsinchildren.md#getcomponentsinchildrent\(\))
* [Component.GetComponentsInChildren\<T>(List\<T>)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinchildren.md)
* [Component.GetComponentInParent(Type, bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentinparent.md#getcomponentinparent\(type-bool\))
* [Component.GetComponentInParent(Type)](/engine/6000.7/script-reference/unityengine/component/getcomponentinparent.md#getcomponentinparent\(type\))
* [Component.GetComponentInParent\<T>(bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentinparent.md#getcomponentinparentt\(bool\))
* [Component.GetComponentInParent\<T>()](/engine/6000.7/script-reference/unityengine/component/getcomponentinparent.md#getcomponentinparentt\(\))
* [Component.GetComponentsInParent(Type, bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinparent.md)
* [Component.GetComponentsInParent\<T>(bool)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinparent.md#getcomponentsinparentt\(bool\))
* [Component.GetComponentsInParent\<T>(bool, List\<T>)](/engine/6000.7/script-reference/unityengine/component/getcomponentsinparent.md)
* [Component.GetComponentsInParent\<T>()](/engine/6000.7/script-reference/unityengine/component/getcomponentsinparent.md#getcomponentsinparentt\(\))
* [Component.GetComponents(Type)](/engine/6000.7/script-reference/unityengine/component/getcomponents.md#getcomponents\(type\))
* [Component.GetComponents(Type, List\<Component>)](/engine/6000.7/script-reference/unityengine/component/getcomponents.md#getcomponents\(type-listcomponent\))
* [Component.GetComponents\<T>(List\<T>)](/engine/6000.7/script-reference/unityengine/component/getcomponents.md)
* [Component.GetComponents\<T>()](/engine/6000.7/script-reference/unityengine/component/getcomponents.md#getcomponentst\(\))
* [Component.GetComponentIndex()](/engine/6000.7/script-reference/unityengine/component/getcomponentindex.md)
* [Component.CompareTag(string)](/engine/6000.7/script-reference/unityengine/component/comparetag.md#comparetag\(string\))
* [Component.CompareTag(TagHandle)](/engine/6000.7/script-reference/unityengine/component/comparetag.md#comparetag\(taghandle\))
* [Component.SendMessageUpwards(string, Object, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/sendmessageupwards.md#sendmessageupwards\(string-object-sendmessageoptions\))
* [Component.SendMessageUpwards(string, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/sendmessageupwards.md#sendmessageupwards\(string-sendmessageoptions\))
* [Component.SendMessage(string, Object)](/engine/6000.7/script-reference/unityengine/component/sendmessage.md#sendmessage\(string-object\))
* [Component.SendMessage(string)](/engine/6000.7/script-reference/unityengine/component/sendmessage.md#sendmessage\(string\))
* [Component.SendMessage(string, Object, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/sendmessage.md#sendmessage\(string-object-sendmessageoptions\))
* [Component.SendMessage(string, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/sendmessage.md#sendmessage\(string-sendmessageoptions\))
* [Component.BroadcastMessage(string, Object, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/broadcastmessage.md#broadcastmessage\(string-object-sendmessageoptions\))
* [Component.BroadcastMessage(string, SendMessageOptions)](/engine/6000.7/script-reference/unityengine/component/broadcastmessage.md#broadcastmessage\(string-sendmessageoptions\))
* [Component.transform](/engine/6000.7/script-reference/unityengine/component/transform.md)
* [Component.transformHandle](/engine/6000.7/script-reference/unityengine/component/transformhandle.md)
* [Component.gameObject](/engine/6000.7/script-reference/unityengine/component/gameobject.md)
* [Component.tag](/engine/6000.7/script-reference/unityengine/component/tag.md)
* [Object.GetEntityId()](/engine/6000.7/script-reference/unityengine/object/getentityid.md)
* [Object.GetHashCode()](/engine/6000.7/script-reference/unityengine/object/gethashcode.md)
* [Object.InstantiateAsync\<T>(T)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, Transform, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, ReadOnlySpan\<Vector3>, ReadOnlySpan\<Quaternion>)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Transform, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Transform, Vector3, Quaternion, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Transform, ReadOnlySpan\<Vector3>, ReadOnlySpan\<Quaternion>)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Transform, ReadOnlySpan\<Vector3>, ReadOnlySpan\<Quaternion>, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, InstantiateParameters, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, InstantiateParameters, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, Vector3, Quaternion, InstantiateParameters, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, Vector3, Quaternion, InstantiateParameters, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.InstantiateAsync\<T>(T, int, ReadOnlySpan\<Vector3>, ReadOnlySpan\<Quaternion>, InstantiateParameters, CancellationToken)](/engine/6000.7/script-reference/unityengine/object/instantiateasync.md)
* [Object.Instantiate(Object, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object-vector3-quaternion\))
* [Object.Instantiate(Object, Vector3, Quaternion, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object-vector3-quaternion-transform\))
* [Object.Instantiate(Object)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object\))
* [Object.Instantiate(Object, Scene)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object-scene\))
* [Object.Instantiate\<T>(T, InstantiateParameters)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate\<T>(T, Vector3, Quaternion, InstantiateParameters)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate(Object, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object-transform\))
* [Object.Instantiate(Object, Transform, bool)](/engine/6000.7/script-reference/unityengine/object/instantiate.md#instantiate\(object-transform-bool\))
* [Object.Instantiate\<T>(T)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate\<T>(T, Vector3, Quaternion)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate\<T>(T, Vector3, Quaternion, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate\<T>(T, Transform)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Instantiate\<T>(T, Transform, bool)](/engine/6000.7/script-reference/unityengine/object/instantiate.md)
* [Object.Destroy(Object, float)](/engine/6000.7/script-reference/unityengine/object/destroy.md)
* [Object.DestroyImmediate(Object, bool)](/engine/6000.7/script-reference/unityengine/object/destroyimmediate.md)
* [Object.FindObjectsByType(Type)](/engine/6000.7/script-reference/unityengine/object/findobjectsbytype.md#findobjectsbytype\(type\))
* [Object.FindObjectsByType(Type, FindObjectsInactive)](/engine/6000.7/script-reference/unityengine/object/findobjectsbytype.md#findobjectsbytype\(type-findobjectsinactive\))
* [Object.DontDestroyOnLoad(Object)](/engine/6000.7/script-reference/unityengine/object/dontdestroyonload.md)
* [Object.FindAnyObjectByType\<T>()](/engine/6000.7/script-reference/unityengine/object/findanyobjectbytype.md#findanyobjectbytypet\(\))
* [Object.FindAnyObjectByType\<T>(FindObjectsInactive)](/engine/6000.7/script-reference/unityengine/object/findanyobjectbytype.md#findanyobjectbytypet\(findobjectsinactive\))
* [Object.FindObjectsByType\<T>()](/engine/6000.7/script-reference/unityengine/object/findobjectsbytype.md#findobjectsbytypet\(\))
* [Object.FindObjectsByType\<T>(FindObjectsInactive)](/engine/6000.7/script-reference/unityengine/object/findobjectsbytype.md#findobjectsbytypet\(findobjectsinactive\))
* [Object.FindAnyObjectByType(Type)](/engine/6000.7/script-reference/unityengine/object/findanyobjectbytype.md#findanyobjectbytype\(type\))
* [Object.FindAnyObjectByType(Type, FindObjectsInactive)](/engine/6000.7/script-reference/unityengine/object/findanyobjectbytype.md#findanyobjectbytype\(type-findobjectsinactive\))
* [Object.ToString()](/engine/6000.7/script-reference/unityengine/object/tostring.md)
* [Object.name](/engine/6000.7/script-reference/unityengine/object/name.md)
* [Object.hideFlags](/engine/6000.7/script-reference/unityengine/object/hideflags.md)

### Operators

| Operator                                                                           | Description                                                             |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [operator ==](/engine/6000.7/script-reference/unityengine/object/op-equality.md)   | Compares two object references to see if they refer to the same object. |
| [bool](/engine/6000.7/script-reference/unityengine/object/op-implicit.md)          | Determines whether the object exists.                                   |
| [operator !=](/engine/6000.7/script-reference/unityengine/object/op-inequality.md) | Compares if two objects refer to a different object.                    |
