Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TerrainWizard

Provides methods for displaying the terrain wizard.
Read time 7 minutesLast updated 4 days ago

Definition

public class TerrainWizard : ScriptableWizard

Remarks

Base class that manages the wizards used for displaying and altering terrain data.
Additional Resources: DetailMeshWizard

Methods

Method

Description

ResetDefaultsInitializes the terrain wizard defaults.

Static Methods

Method

Description

DisplayTerrainWizardDisplays the terrain wizard.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.