C# 클래스 MessageLoadedNewTiles, tf_client

Message sent when new tiles have been downloaded and have finished applying to the terrain
상속: MessageAM
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
region Region,

공개 메소드들

메소드 설명
MessageLoadedNewTiles ( Region, region )

Initializes a new instance of the MessageLoadedNewTiles class.

메소드 상세

MessageLoadedNewTiles() 공개 메소드

Initializes a new instance of the MessageLoadedNewTiles class.
public MessageLoadedNewTiles ( Region, region )
region Region, /// Terrain-space region of the newly loaded tiles. ///

프로퍼티 상세

region 공개적으로 프로퍼티

The terrain-space region of the newly loaded tiles.
public Region, region
리턴 Region,