TerrainLayerInspector
The default Inspector class for Terrain Layer.
Read time 5 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: Editor
[CustomEditor(typeof(TerrainLayer))]public sealed class TerrainLayerInspector : Editor
Remarks
Call Editor.CreateEditor with a TerrainLayer object to construct a TerrainLayerInspector object.
Additional Resources: TerrainLayer.
Methods
Method | Description |
|---|---|
| ApplyCustomUI | Applies the custom UI for the Terrain Layer object. |
| HasPreviewGUI | Returns |
| OnInspectorGUI | Draws the default Terrain Layer Inspector GUI. |
| OnPreviewGUI | Draws the default Terrain Layer preview GUI. |
| RenderStaticPreview | Draws the default Terrain Layer static preview. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |