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.
Static Public Member Functions | Protected Member Functions | List of all members
XSSLG.XSResLoadMgr Class Reference

load recource More...

Static Public Member Functions

static GameObject LoadGameObject (string path)
 Dynamically load prefab from resource path and create GameObject More...
 
static void SaveFileToPath (string str, string savePath)
 

Protected Member Functions

 XSResLoadMgr ()
 

Detailed Description

load recource

Constructor & Destructor Documentation

◆ XSResLoadMgr()

XSSLG.XSResLoadMgr.XSResLoadMgr ( )
inlineprotected

Member Function Documentation

◆ LoadGameObject()

static GameObject XSSLG.XSResLoadMgr.LoadGameObject ( string  path)
inlinestatic

Dynamically load prefab from resource path and create GameObject

Parameters
pathresource path
Returns
the GameObject created

◆ SaveFileToPath()

static void XSSLG.XSResLoadMgr.SaveFileToPath ( string  str,
string  savePath 
)
inlinestatic

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