mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis.
* Added XMLDOC to MRM API code, this means we have usable programming docs being produced here: http://docs.opensimulator.org/namespaceOpenSim_1_1Region_1_1OptionalModules_1_1Scripting_1_1Minimodule.html (eg IObject, IHeightmap, etc)
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
set { Set(x, y, value); }
|
||||
}
|
||||
|
||||
public int Height
|
||||
public int Length
|
||||
{
|
||||
get { return m_scene.Heightmap.Height; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user