C# Class UnityEditor.TreeWizard

Inheritance: UnityEditor.TerrainWizard
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_BendFactor float
m_Tree UnityEngine.GameObject

Public Methods

Method Description
OnEnable ( ) : void

Protected Methods

Method Description
DrawWizardGUI ( ) : bool

Private Methods

Method Description
DoApply ( ) : void
InitializeDefaults ( Terrain terrain, int index ) : void
IsValidTree ( GameObject tree, int prototypeIndex, Terrain terrain ) : bool
OnWizardCreate ( ) : void
OnWizardOtherButton ( ) : void
OnWizardUpdate ( ) : void

Method Details

DrawWizardGUI() protected method

protected DrawWizardGUI ( ) : bool
return bool

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

m_BendFactor public_oe property

public float m_BendFactor
return float

m_Tree public_oe property

public GameObject,UnityEngine m_Tree
return UnityEngine.GameObject