Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Chunks.Graphics.TextureAtlas.Rect Struct Reference

Public Member Functions

 Rect (int x, int y, int w, int h)
 
 Rect (JToken token)
 
bool Equals (Rect other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Rect a, Rect b)
 
static bool operator!= (Rect a, Rect b)
 

Public Attributes

int X
 
int Y
 
int W
 
int H
 

Constructor & Destructor Documentation

Chunks.Graphics.TextureAtlas.Rect.Rect ( int  x,
int  y,
int  w,
int  h 
)
Chunks.Graphics.TextureAtlas.Rect.Rect ( JToken  token)

Member Function Documentation

bool Chunks.Graphics.TextureAtlas.Rect.Equals ( Rect  other)
override bool Chunks.Graphics.TextureAtlas.Rect.Equals ( object  obj)
override int Chunks.Graphics.TextureAtlas.Rect.GetHashCode ( )
static bool Chunks.Graphics.TextureAtlas.Rect.operator!= ( Rect  a,
Rect  b 
)
static
static bool Chunks.Graphics.TextureAtlas.Rect.operator== ( Rect  a,
Rect  b 
)
static

Member Data Documentation

int Chunks.Graphics.TextureAtlas.Rect.H
int Chunks.Graphics.TextureAtlas.Rect.W
int Chunks.Graphics.TextureAtlas.Rect.X
int Chunks.Graphics.TextureAtlas.Rect.Y

The documentation for this struct was generated from the following file: