Skip to content

PixelsForGlory/Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixels for Glory - Base

Base types used by Pixels for Glory libraries

Installation

Add as a submodule to your Unity3D project directory:

git submodule add git@github.com:PixelsForGlory/Base.git ${ProjectRoot}/Assets/Plugins/PixelsForGlory/Base

Usage

  • Dimensions2D - 2D set of integers
  • Dimensions3D - 3D set of integers
  • List2D<T> - 2D array that is implemented as a 1D array
  • List3D<T> - 3D array that is implemented as a 1D array

About

Base namespace for Pixels For Glory libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages