C# Class a.spritestudio.editor.SSPJImportTool

SSPJをインポートするためのアセット
Inheritance: UnityEngine.ScriptableObject
Mostrar archivo Open project: cfm-art/SpriteStudioPlayerForUGUI Class Usage Examples

Public Methods

Method Description
AddAnimation ( string name, string animation ) : void

アニメーション追加

AddCell ( string name ) : void

セル追加

Create ( string name ) : SSPJImportTool

Method Details

AddAnimation() public method

アニメーション追加
public AddAnimation ( string name, string animation ) : void
name string
animation string
return void

AddCell() public method

セル追加
public AddCell ( string name ) : void
name string
return void

Create() public static method

public static Create ( string name ) : SSPJImportTool
name string
return SSPJImportTool