C# 클래스 Universe.Framework.Services.GridRegion

상속: AllScopeIDImpl
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Define equality as two regions having the same, non-zero UUID.

Equals ( Object obj ) : bool
FromOSD ( OSDMap map ) : void
GetHashCode ( ) : int
GridRegion ( ) : System
GridRegion ( RegionInfo ConvertFrom ) : System
PointIsInRegion ( int x, int y ) : bool

Returns whether the grid coordinate is inside of this region

ToOSD ( ) : OSDMap

메소드 상세

Equals() 공개 메소드

Define equality as two regions having the same, non-zero UUID.
public Equals ( GridRegion region ) : bool
region GridRegion
리턴 bool

Equals() 공개 메소드

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

FromOSD() 공개 메소드

public FromOSD ( OSDMap map ) : void
map OSDMap
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GridRegion() 공개 메소드

public GridRegion ( ) : System
리턴 System

GridRegion() 공개 메소드

public GridRegion ( RegionInfo ConvertFrom ) : System
ConvertFrom Universe.Framework.SceneInfo.RegionInfo
리턴 System

PointIsInRegion() 공개 메소드

Returns whether the grid coordinate is inside of this region
public PointIsInRegion ( int x, int y ) : bool
x int
y int
리턴 bool

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap