Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TerrainDetailMeshWizard

Provides methods for displaying the detail mesh wizard.
Read time 7 minutesLast updated 11 days ago

Definition

public class TerrainDetailMeshWizard : TerrainWizard

Remarks

Derived class that manages the detail mesh wizards used for displaying and altering detail mesh data.
Note: that this method derives from TerrainWizard. Additional Resources: TerrainWizard, DetailTextureWizard

Methods

Method

Description

DrawWizardGUIWill be called for drawing contents when the ScriptableWizard needs to update its GUI.
OnEnableUnity calls this method automatically when the detail mesh wizard is enabled.
ResetDefaultsInitializes the mesh detail wizard's defaults.

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.