C# Class UnityEditor.PlaceTreeWizard

Inheritance: UnityEditor.TerrainWizard
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
keepExistingTrees bool
numberOfTrees int

Public Methods

Method Description
OnEnable ( ) : void

Private Methods

Method Description
OnWizardCreate ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

keepExistingTrees public_oe property

public bool keepExistingTrees
return bool

numberOfTrees public_oe property

public int numberOfTrees
return int