C# Class a.spritestudio.editor.SSAEImporter

.ssaeのインポート
Show file Open project: cfm-art/SpriteStudioPlayerForUGUI Class Usage Examples

Public Methods

Method Description
Import ( string fileName, string ssceName, SSPJImportTool targets ) : Information

インポート

ImportNamesOnly ( string fileName ) : ReadOnlyCollection

名前のみ取得する

SSAEImporter ( ) : System

Private Methods

Method Description
CreateOverrideSettings ( NodeReader settings ) : OverrideSettings

上書き設定の生成

Method Details

Import() public method

インポート
public Import ( string fileName, string ssceName, SSPJImportTool targets ) : Information
fileName string
ssceName string
targets SSPJImportTool
return Information

ImportNamesOnly() public method

名前のみ取得する
public ImportNamesOnly ( string fileName ) : ReadOnlyCollection
fileName string
return ReadOnlyCollection

SSAEImporter() public method

public SSAEImporter ( ) : System
return System