C# Class a.spritestudio.editor.SSCEImporter.Cell

セルマップの情報
Mostrar archivo Open project: cfm-art/SpriteStudioPlayerForUGUI

Public Properties

Property Type Description
name string
pivot float[]
rotated bool
size int[]
uv float[]

Public Methods

Method Description
Cell ( NodeReader node, int textureWidth, int textureHeight ) : System.Collections.ObjectModel
ToString ( ) : string

Method Details

Cell() public method

public Cell ( NodeReader node, int textureWidth, int textureHeight ) : System.Collections.ObjectModel
node a.spritestudio.editor.xml.NodeReader
textureWidth int
textureHeight int
return System.Collections.ObjectModel

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string

pivot public_oe property

public float[] pivot
return float[]

rotated public_oe property

public bool rotated
return bool

size public_oe property

public int[] size
return int[]

uv public_oe property

public float[] uv
return float[]