C# Class UnityEditor.ImportRawHeightmap

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

Public Properties

Property Type Description
m_ByteOrder ByteOrder
m_Depth Depth
m_FlipVertically bool
m_Height int
m_TerrainSize Vector3
m_Width int

Private Methods

Method Description
InitializeImportRaw ( Terrain terrain, string path ) : void
OnWizardCreate ( ) : void
PickRawDefaults ( string path ) : void
ReadRaw ( string path ) : 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

m_Height public_oe property

public int m_Height
return int

m_TerrainSize public_oe property

public Vector3 m_TerrainSize
return Vector3

m_Width public_oe property

public int m_Width
return int