C# Class OpenSim.Region.OptionalModules.Scripting.Minimodule.Heightmap

Inheritance: System.MarshalByRefObject, IHeightmap
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
Heightmap ( Scene scene ) : OpenSim.Region.Framework.Scenes
this ( int x, int y ) : double

Protected Methods

Method Description
Get ( int x, int y ) : double
Set ( int x, int y, double val ) : void

Method Details

Get() protected method

protected Get ( int x, int y ) : double
x int
y int
return double

Heightmap() public method

public Heightmap ( Scene scene ) : OpenSim.Region.Framework.Scenes
scene OpenSim.Region.Framework.Scenes.Scene
return OpenSim.Region.Framework.Scenes

Set() protected method

protected Set ( int x, int y, double val ) : void
x int
y int
val double
return void

this() public method

public this ( int x, int y ) : double
x int
y int
return double