C# Class a.spritestudio.editor.SSPJImporter.Information

インポート結果
Show file Open project: cfm-art/SpriteStudioPlayerForUGUI Class Usage Examples

Public Properties

Property Type Description
animePacks ReadOnlyCollection
cellMaps ReadOnlyCollection
fps int
frameCount int
pivotX float
pivotY float
sortMode SortMode

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

animePacks public property

public ReadOnlyCollection animePacks
return ReadOnlyCollection

cellMaps public property

public ReadOnlyCollection cellMaps
return ReadOnlyCollection

fps public property

public int fps
return int

frameCount public property

public int frameCount
return int

pivotX public property

public float pivotX
return float

pivotY public property

public float pivotY
return float

sortMode public property

public SortMode sortMode
return SortMode