C# Class UnityEditor.ExportRawHeightmap

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

Public Properties

Property Type Description
m_ByteOrder ByteOrder
m_Depth Depth
m_FlipVertically bool

Public Methods

Method Description
OnEnable ( ) : void

Private Methods

Method Description
InitializeDefaults ( Terrain terrain ) : void
OnWizardCreate ( ) : void
OnWizardUpdate ( ) : void
WriteRaw ( string path ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

m_ByteOrder public_oe property

public ByteOrder m_ByteOrder
return ByteOrder

m_Depth public_oe property

public Depth m_Depth
return Depth

m_FlipVertically public_oe property

public bool m_FlipVertically
return bool