C# Class UnityEditor.ExportRawHeightmap

Inheritance: UnityEditor.TerrainWizard
Show file 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 property

public ByteOrder m_ByteOrder
return ByteOrder

m_Depth public property

public Depth m_Depth
return Depth

m_FlipVertically public property

public bool m_FlipVertically
return bool