TerrainWizard
Provides methods for displaying the terrain wizard.
Read time 7 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: ScriptableWizard
public class TerrainWizard : ScriptableWizard
Remarks
Base class that manages the wizards used for displaying and altering terrain data.
Additional Resources: DetailMeshWizard
Methods
Method | Description |
|---|---|
| ResetDefaults | Initializes the terrain wizard defaults. |
Static Methods
Method | Description |
|---|---|
| DisplayTerrainWizard | Displays the terrain wizard. |
Inheritance
Inherited Members
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. |