C# 클래스 SkylinesMultiplayer.ModTerrainUtil

상속: TerrainExtensionBase
파일 보기 프로젝트 열기: Fr0sZ/Skylines-Multiplayer 1 사용 예제들

공개 메소드들

메소드 설명
GetHeight ( float x, float z ) : float

Gets the height of the terrain on position.

OnCreated ( ITerrain _terrain ) : void

메소드 상세

GetHeight() 공개 정적인 메소드

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

OnCreated() 공개 메소드

public OnCreated ( ITerrain _terrain ) : void
_terrain ITerrain
리턴 void