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.
Protected Attributes | Properties | List of all members
XSSLG.Accessibility Class Reference

Protected Attributes

bool up = true
 
bool down = true
 
bool left = true
 
bool right = true
 

Properties

bool Up [get]
 
bool Down [get]
 
bool Left [get]
 
bool Right [get]
 

Member Data Documentation

◆ down

bool XSSLG.Accessibility.down = true
protected

◆ left

bool XSSLG.Accessibility.left = true
protected

◆ right

bool XSSLG.Accessibility.right = true
protected

◆ up

bool XSSLG.Accessibility.up = true
protected

Property Documentation

◆ Down

bool XSSLG.Accessibility.Down
get

◆ Left

bool XSSLG.Accessibility.Left
get

◆ Right

bool XSSLG.Accessibility.Right
get

◆ Up

bool XSSLG.Accessibility.Up
get

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