Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TerrainDetailTextureWizard

Provides methods for displaying the detail texture wizard.
Read time 8 minutesLast updated 3 days ago

Definition

public class TerrainDetailTextureWizard : TerrainWizard

Remarks

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

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 texture 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.