C# Class SkylinesMultiplayer.ModTerrainUtil

Inheritance: TerrainExtensionBase
Show file Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Methods

Method Description
GetHeight ( float x, float z ) : float

Gets the height of the terrain on position.

OnCreated ( ITerrain _terrain ) : void

Method Details

GetHeight() public static method

Gets the height of the terrain on position.
public static GetHeight ( float x, float z ) : float
x float
z float
return float

OnCreated() public method

public OnCreated ( ITerrain _terrain ) : void
_terrain ITerrain
return void