TerrainDetailTextureWizard
Provides methods for displaying the detail texture wizard.
Read time 7 minutesLast updated 3 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: TerrainWizard
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 |
|---|---|
| DrawWizardGUI | Will be called for drawing contents when the ScriptableWizard needs to update its GUI. |
| OnEnable | Unity calls this method automatically when the detail mesh wizard is enabled. |
| ResetDefaults | Initializes the texture detail wizard's defaults. |
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. |