C# Class a.spritestudio.editor.SSPJImporter

プロジェクトファイルのインポート
Mostrar archivo Open project: cfm-art/SpriteStudioPlayerForUGUI Class Usage Examples

Public Methods

Method Description
Delete ( string fileName ) : void

削除

Import ( string fileName ) : Information

インポート

Move ( string oldFile, string newFile ) : void

移動

SSPJImporter ( ) : System.Collections.Generic

Method Details

Delete() public method

削除
public Delete ( string fileName ) : void
fileName string
return void

Import() public method

インポート
public Import ( string fileName ) : Information
fileName string
return Information

Move() public method

移動
public Move ( string oldFile, string newFile ) : void
oldFile string
newFile string
return void

SSPJImporter() public method

public SSPJImporter ( ) : System.Collections.Generic
return System.Collections.Generic