C# Class SkylinesMultiplayer.ModTerrainUtil

Inheritance: TerrainExtensionBase
Afficher le fichier Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Méthodes publiques

Méthode Description
GetHeight ( float x, float z ) : float

Gets the height of the terrain on position.

OnCreated ( ITerrain _terrain ) : void

Method Details

GetHeight() public static méthode

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

OnCreated() public méthode

public OnCreated ( ITerrain _terrain ) : void
_terrain ITerrain
Résultat void