C# Класс Universe.Framework.Services.GridRegion

Наследование: AllScopeIDImpl
Показать файл Открыть проект Примеры использования класса

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