DisplayTerrainWizard<T>(string, string)
Displays the terrain wizard.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static T DisplayTerrainWizard<T>(string title, string button) where T : TerrainWizard
Parameters
Returns
Type | Description |
|---|---|
| T | Returns a Scriptable Wizard of the passed in type. |
Remarks
Base method for displaying a terrain wizard.