C# 클래스 OpenMetaverse.GridRegion

Information about a region on the grid map
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Access SimAccess
Agents byte
MapImageID UUID
Name string
RegionFlags RegionFlags
RegionHandle ulong
WaterHeight byte
X int
Y int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

GetHashCode ( ) : int

ToString ( ) : string

비공개 메소드들

메소드 설명
Equals ( GridRegion region ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Access 공개적으로 프로퍼티

public SimAccess Access
리턴 SimAccess

Agents 공개적으로 프로퍼티

public byte Agents
리턴 byte

MapImageID 공개적으로 프로퍼티

UUID of the World Map image
public UUID MapImageID
리턴 UUID

Name 공개적으로 프로퍼티

Sim Name (NOTE: In lowercase!)
public string Name
리턴 string

RegionFlags 공개적으로 프로퍼티

Appears to always be zero (None)
public RegionFlags RegionFlags
리턴 RegionFlags

RegionHandle 공개적으로 프로퍼티

Unique identifier for this region, a combination of the X and Y position
public ulong RegionHandle
리턴 ulong

WaterHeight 공개적으로 프로퍼티

Sim's defined Water Height
public byte WaterHeight
리턴 byte

X 공개적으로 프로퍼티

Sim X position on World Map
public int X
리턴 int

Y 공개적으로 프로퍼티

Sim Y position on World Map
public int Y
리턴 int