C# Class Universe.ScriptEngine.VirtualScript.MiniModule.Heightmap

Inheritance: System.MarshalByRefObject, IHeightmap
Datei anzeigen Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
Heightmap ( IScene scene ) : System
this ( int x, int y ) : float

Protected Methods

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

Method Details

Get() protected method

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

Heightmap() public method

public Heightmap ( IScene scene ) : System
scene IScene
return System

Set() protected method

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

this() public method

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