Depiction Engine For Unity 2023.0 (Alpha)
Loading...
Searching...
No Matches
DepictionEngine.Grid2D.Row Class Reference

A row defined by a list of DepictionEngine.Grid2D.Range. More...

Public Member Functions

 Row (int y)
 
 Row (int y, int start, int end)
 
bool IsFull ()
 
bool IsInside (int start, int end)
 
void AddUpperRanges (List< Range > ranges)
 
void AddLowerRanges (List< Range > ranges)
 
void AddCorner (int corner)
 
void AddCenter (int center, bool wrap)
 
void Add (int start, int end)
 

Static Public Attributes

static int xNumTiles
 
static int centerX
 

Properties

int y [get]
 

Detailed Description

A row defined by a list of DepictionEngine.Grid2D.Range.


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