C# Class a.spritestudio.editor.SSAEImporter.Part

各パーツの情報
Show file Open project: cfm-art/SpriteStudioPlayerForUGUI

Public Properties

Property Type Description
blendType AlphaBlendType
boundsType BoundsType
expandAttribute string
expandChildren string
index int
inheritType InheritType
name string
parent int
show bool
type NodeType

Public Methods

Method Description
Part ( NodeReader node ) : System
ToString ( ) : string

Method Details

Part() public method

public Part ( NodeReader node ) : System
node a.spritestudio.editor.xml.NodeReader
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

blendType public property

public AlphaBlendType blendType
return AlphaBlendType

boundsType public property

public BoundsType boundsType
return BoundsType

expandAttribute public property

public string expandAttribute
return string

expandChildren public property

public string expandChildren
return string

index public property

public int index
return int

inheritType public property

public InheritType inheritType
return InheritType

name public property

public string name
return string

parent public property

public int parent
return int

show public property

public bool show
return bool

type public property

public NodeType type
return NodeType