XSGridEditor  1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
Public Member Functions | Properties | List of all members
XSSLG.XSPriorityQueueItem< T > Class Template Reference

Public Member Functions

 XSPriorityQueueItem (T item, int priority)
 Constructor More...
 

Properties

Item [get, private set]
 
int Priority [get, private set]
 

Constructor & Destructor Documentation

◆ XSPriorityQueueItem()

XSSLG.XSPriorityQueueItem< T >.XSPriorityQueueItem ( item,
int  priority 
)
inline

Constructor

Property Documentation

◆ Item

T XSSLG.XSPriorityQueueItem< T >.Item
getprivate set

◆ Priority

int XSSLG.XSPriorityQueueItem< T >.Priority
getprivate set

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