C# 클래스 OpenMetaverse.Messages.Linden.MapLayerReplyVariant.LayerData

An object containing map location details
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bottom int
ImageID UUID
Left int
Right int
Top int

프로퍼티 상세

Bottom 공개적으로 프로퍼티

The grid location of the southern border of the map tile
public int Bottom
리턴 int

ImageID 공개적으로 프로퍼티

The Asset ID of the regions tile overlay
public UUID ImageID
리턴 UUID

Left 공개적으로 프로퍼티

The grid location of the western border of the map tile
public int Left
리턴 int

Right 공개적으로 프로퍼티

The grid location of the eastern border of the map tile
public int Right
리턴 int

Top 공개적으로 프로퍼티

The grid location of the northern border of the map tile
public int Top
리턴 int