C# Class Universe.Framework.Services.GridRegion

Inheritance: AllScopeIDImpl
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

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

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

FromOSD() public méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GridRegion() public méthode

public GridRegion ( ) : System
Résultat System

GridRegion() public méthode

public GridRegion ( RegionInfo ConvertFrom ) : System
ConvertFrom Universe.Framework.SceneInfo.RegionInfo
Résultat System

PointIsInRegion() public méthode

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

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap