Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

title

The wizard's content title.

button

The name of the wizard's create button.

Returns

Type

Description

TReturns a Scriptable Wizard of the passed in type.

Remarks

Base method for displaying a terrain wizard.