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

各パーツの情報
Mostrar archivo 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_oe property

public AlphaBlendType blendType
return AlphaBlendType

boundsType public_oe property

public BoundsType boundsType
return BoundsType

expandAttribute public_oe property

public string expandAttribute
return string

expandChildren public_oe property

public string expandChildren
return string

index public_oe property

public int index
return int

inheritType public_oe property

public InheritType inheritType
return InheritType

name public_oe property

public string name
return string

parent public_oe property

public int parent
return int

show public_oe property

public bool show
return bool

type public_oe property

public NodeType type
return NodeType